This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreGet Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.
I've been trying to fix this last week sales for a while and its working on a row basis but as a column its not giving me the total which I need for other measures.
Basically i've got this formula
This is the outcome which on a row to row basis is correct but its not giving me any total column value, I've tried a bunch of things but im pretty new to DAX also so need a buoy
Thanks
Solved! Go to Solution.
Hi @Bruno_Soares_25 ,
We can create a new measure.
Measure =
SUMX ( SUMMARIZE ( 'Table', [Year], [Week], "pre", [Prev Cost] ), [pre] )
Then the result is as follows.
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.
Hi @Bruno_Soares_25 ,
We can create a new measure.
Measure =
SUMX ( SUMMARIZE ( 'Table', [Year], [Week], "pre", [Prev Cost] ), [pre] )
Then the result is as follows.
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.
What is your expected result? Keep in mind that the row totals section will have ALL the selected dates, and therefore your filter will fall off the lower end of the date range, returning nothing.
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 23 | |
| 21 | |
| 21 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 55 | |
| 53 | |
| 45 | |
| 26 | |
| 24 |