March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch 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? 🙂
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
134 | |
91 | |
89 | |
64 | |
58 |
User | Count |
---|---|
201 | |
137 | |
107 | |
72 | |
68 |