Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have a dynamic table where my values are the average sale per day of the week.
I calculate them are well my problem is the total because I want it to be the sum of all the fil
1,240,602 |
Thank you
Hi @Syndicate_Admin ,
According to your statement, I think your requirement is to sum the meausre in total. I suggest you to try SUMX() function in your measure.
Sum =
SUMX (
SUMMARIZE (
'TableName',
'TableName'[Year],
'TableName'[Level2],
'TableName'[Level3]
),
[PromedioDia]
)
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Syndicate_Admin , Based on Level you can do Avg of Sum and Switch using isinscope
Avg of Sum : https://youtu.be/cN8AO3_vmlY?t=22980
How to Switch Subtotal and Grand Total in Power BI | Power BI Tutorials: https://youtu.be/smhIPw3OkKA