The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello,
I'm creating a dataflow in Power BI service.
Once I have the dataflow, I would be interested in being able to create measures within the dataflow that when connecting a power BI desktop with these flows, I would like the measures aqlready created. Is there any possibility for this?
Thanks in advance
Solved! Go to Solution.
Afraid data flows won't do that for you.
What you want to do is consume the data flow and publish a dataset which contains all measures and business logic. This can then be used by other reports.
But dataset is hidden to Power BI desktop, no? Only is for power Bi service
Have a watch of
https://m.youtube.com/watch?v=OH6aekIjcUI
In short you can build a report in power bi desktop that just has the data and measures etc. If you publish that to the service you can delete the "report" bit leaving just the dataset.
That dataset is then available to consume in power bi desktop.
Afraid data flows won't do that for you.
What you want to do is consume the data flow and publish a dataset which contains all measures and business logic. This can then be used by other reports.