This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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,
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 |
|---|---|
| 32 | |
| 26 | |
| 23 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 64 | |
| 41 | |
| 28 | |
| 22 | |
| 22 |