Forum Discussion
Anonymous
1 year agoNot applicable
Dax Query dependency & maintenance
Hi Team, We are building an application to show KPIs that dependent on Dax queries. Each KPI in each report has specific dax query written and they are executed to get the values. As the number of r...
danextian
1 year agoSuper User
Hi Anonymous
Look into using:
- calculation groups to apply one or more logic to different aggregations. https://learn.microsoft.com/en-us/power-bi/transform-model/calculation-groups
- reusing the same semantic model via a direct query connection