Forum Discussion
jklkj
3 years agoFrequent Visitor
Delete data from PowerBI Desktop Model
Dear all, We are currently working on developing a tool that deletes data from PowerBI Desktop before the business users save it to TFS. However, we have encountered two issues that we are strug...
bcdobbs
3 years agoCommunity Champion
Hi,
Have you considered going down the thin report/connected dataset approach?
You then work on a json bim file (or soon TMDL) and deploy it to an XLMA end point. This is simply a definition of the model and contains no data. Plays really nicely with source control.
Your report pbix files then connect to the dataset in the service and so also don't contain data themselves.
The other option is to save as pbit which is exactly what you're looking for in that it is the report, the data model but no actual data.