Forum Discussion
mca69
4 years agoRegular Visitor
Best practise to hide sql query code in report
Hi, I am currently working on a model to distribute power bi reports based on desktop experience and power BI service as well. The thing is, I would like to hide the sql query code from the report, ...
- 4 years ago
You could create dataflows that contain SQL, and then connect Power BI Desktop to the dataflows. This would prevent users from being able to access the SQL in Power BI Desktop.
- 4 years ago
Hi,
First of all, thank you for that particular answer. In addition to be one of the best solutions for hiding SQL script that I tried for a couple of days, I discovered a very powerful funtionnality in data modeling. Sure there must be some disadvantages to use power bi dataflows but till now I haven't find any and I think it is just the best way to model and reuse data.
mca69
4 years agoRegular Visitor
Hi,
Thanks for the answer. I am going to investigate if dataflows could be a solution. I will let you know.