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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I have a table - see below
Date | Value | |
2022-01-31 | 53 | |
2022-01-31 | 40 | |
2022-01-31 | 57 | |
2022-02-28 | 56 | |
2022-02-28 | 23 | |
2022-03-31 | 68 | |
2022-03-31 | 70 | |
2022-04-30 | 27 | |
2022-04-30 | 79 | |
2022-05-31 | 26 | |
2022-05-31 | 43 | |
2022-06-30 | 22 | |
2022-06-30 | 34 | |
2022-07-31 | 26 | |
2022-07-31 | 37 | |
2022-08-31 | 58 | |
2022-08-31 | 97 | |
2022-09-30 | 81 | |
2022-09-30 | 77 | |
2022-10-31 | 99 | |
2022-10-31 | 29 | |
2022-11-30 | 95 | |
2022-11-30 | 87 | |
2022-12-31 | 48 | |
2022-12-31 | 32 |
and I have a standard visual - see below
The visual presents a sum of values for end of December, end of November and so on.
The problem is when I click drill up button PowerBI sums up values for three months for each quarter and I want PowerBI not to sum values for three months I want PowerBI to present value for the last month of each quarter. E.g. I want PowerBI to present value of 80 for Qtr 4 instead of value of 390. I can't figure it out.
Solved! Go to Solution.
Greg, you're genius:) It works like a charm.
I created a meassure as you suggested in your posts and it solved the problem!
Hello I have the exact opposite problem, when I drill up (to Quarters) Power BI automatically the value of the last sub category (March in Q1 June in Q2 etc...) when I would like it to display the sum, how should I do?
Greg, you're genius:) It works like a charm.
I created a meassure as you suggested in your posts and it solved the problem!
@Anonymous While not the classic case of this issue, you can fix this by creating a measure similar to how you fix measure totals when they don't total correctly.
First, please vote for this idea: https://ideas.powerbi.com/ideas/idea/?ideaid=082203f1-594f-4ba7-ac87-bb91096c742e
This looks like a measure totals problem. Very common. See my post about it here: https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376
Also, this Quick Measure, Measure Totals, The Final Word should get you what you need:
https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907
Also: https://youtu.be/uXRriTN0cfY
And: https://youtu.be/n4TYhF2ARe8
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.