Thanks for the clarification. I understand that you need a direct connection to the Lakehouse and want to change the source of the existing Power BI semantic model from SQL Server to the Lakehouse.
Regarding your question, I think this might be the one possible solution to this problem is to clone the semantic model and change the source in the JSON code. You can do this by exporting the existing semantic model as a JSON file, modifying the JSON file to change the source to the lakehouse, and then importing the modified JSON file as a new semantic model.
To export the existing semantic model as a JSON file, you can follow the steps below:
- Open the Power BI Desktop application and open the semantic model you want to export.
- Click on the "File" menu and select "Export" -> "Power BI Template (.pbit)".
- Save the .pbit file to your local machine.
To modify the JSON file to change the source to the lakehouse, you can follow the steps below:
- Open the .pbit file you exported in a text editor.
- Locate the "connections" section of the JSON file.
- Modify the connection string to point to the lakehouse instead of the SQL server.
Once you have modified the JSON file, you can import it as a new semantic model in Power BI.
I hope this helps! Let me know if you have any further questions.