Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi folks,
I have a measure that takes a long time to load so i am trying to rewrite it. My goal:
- To have a measure sum up various other measures and show the aggregate over the weeks.
- My measure and result:
As you can see, the measure is calculating correctly across the rows but it is not aggregating. Can i not aggregate over variable tables? Thanks.
Hi @airwolf39 ,
Please try to create two measures.
Mymeasure=
Total_Mymeasure=
SUMX(
SUMMARIZE(
'Table',
'Table'[RowName],
'Table'[ColumnName],
"total",[Mymeasure]
),
[total]
)
If the above one can't help you get the desired result, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. Thank you.
You can refer to the similar posts that may be helpful to you:
sum error - Microsoft Power BI Community
Dealing with Measure Totals - Microsoft Power BI Community
Dealing with Measure Totals - Microsoft Power BI Community
How to Make Measures Total Correctly in Power BI Tables - ArcherPoint
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
nobody? 🙂
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
89 | |
86 | |
82 | |
64 | |
49 |
User | Count |
---|---|
125 | |
111 | |
88 | |
69 | |
66 |