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.
Hi, I have a problem in the total measure.
For example, in the column 1 and 2021-07, it shows 5 but 6 in total. How can I solve this problem?
You can download sample file from the next link.
https://drive.google.com/file/d/15fXvj9jYLh6yw8x3fpLK9PLuQ_6XWIeu/view?usp=sharing
thanks for your help!!!
Solved! Go to Solution.
@yugofukuda , Change this measure
Service = sumx(ADDCOLUMNS(SUMMARIZE('Table', 'Table'[Month], 'Table'[Month dif]), "_1",CALCULATE(count('Table'[Service date]),FILTER(ALL('Table'[Month dif]),'Table'[Month dif]<=MAX('Table'[Month dif])))),[_1])
@yugofukuda , Change this measure
Service = sumx(ADDCOLUMNS(SUMMARIZE('Table', 'Table'[Month], 'Table'[Month dif]), "_1",CALCULATE(count('Table'[Service date]),FILTER(ALL('Table'[Month dif]),'Table'[Month dif]<=MAX('Table'[Month dif])))),[_1])
Thank you very much!!! it works well!!!
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.