The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello,
I tend to test DAX measures in a local report file and then graduate them to the centralized SSAS model for organization, ease of administration and re-use in other reports.
The number of DAX measures in the model is growing quite quickly. One reason is that we do not have access to Calculation Groups yet (we are on SQL Server 2016), but also because I am keeping all DAX measures centralized in the model.
How do you decide where to input your DAX measures, in the model or only in the PBIX report file?
Thank you for your help.
Solved! Go to Solution.
@blynchdata , I think to keep them in the model. That will keep it centralized and can be shared across various pbix
https://www.ironsidegroup.com/2019/05/21/power-bi-ssas-tabular-modeling-essentials/
@blynchdata , I think to keep them in the model. That will keep it centralized and can be shared across various pbix
https://www.ironsidegroup.com/2019/05/21/power-bi-ssas-tabular-modeling-essentials/
Thank you!