Forum Discussion
How do I protect the IP in my Power BI solution?
Thank you for your reply. Perhaps I did not explain myself properly. The data that is consumed by the dashbaords will be from a SQL Server in the customers environment - not from our SQL server. The customer will use the PBIX file (or PBIT file), then set the data source to their own local SQL instance. The challenge is we have no way of preventing the users from viewing the SQL.
Got it. The best way as I see it would be to test if Template Apps (https://docs.microsoft.com/en-us/power-bi/service-template-apps-overview) support your scenario, but you may already have tried that (dont know if gateways are supported yet).
You could also look into Custom Data Connectors, but that will only allow you to control the Power Query logic (which would/could cover your SQL) but not the DAX which would still need to be shared.