Learn 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,
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 57 | |
| 33 | |
| 33 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 68 | |
| 67 | |
| 45 | |
| 30 | |
| 28 |