Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello,
I am struggling to get total of measure.
I created 2 measures as below:
DEC New = CALCULATE(SUM(V_Cust_Aging[Total Over 1 Year]), DATEADD(DimDate[Date],-1,MONTH)),
JAN New = CALCULATE(SUM(V_Cust_Aging[Total Over 1 Year]), DATEADD(DimDate[Date],0,MONTH))
Third measure to compare above 2 measures as below
JAN Cal = IF( [JAN New]=0, BLANK() ,min([DEC New],[JAN New]))
but the total is not correct ignoring
Please help me to write JAN Cal measure so that total come correct
Regards
Samar
Solved! Go to Solution.
@Anonymous , based on what you using in visual (group by visual)
sumx(values(DimDate[Month]),IF( [JAN New]=0, BLANK() ,min([DEC New],[JAN New])))
Use any other group by in place of DimDate[Month]
@Anonymous , based on what you using in visual (group by visual)
sumx(values(DimDate[Month]),IF( [JAN New]=0, BLANK() ,min([DEC New],[JAN New])))
Use any other group by in place of DimDate[Month]
Thanks a lot! Amit,
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 54 | |
| 47 | |
| 39 | |
| 16 | |
| 15 |
| User | Count |
|---|---|
| 83 | |
| 71 | |
| 39 | |
| 29 | |
| 27 |