The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello,
I'm running into a problem where my DAX formula (Aged Revenue) is being calculated at at the total level instead of summing the individual rows.
I added another measure as a workaround but since my dataset has 5 million records, the visualization fails due to low memory
Appreciate your help in making this faster/efficient.
Here are my measures:
Aged Revenue =
if([Backlog Rev]<>[Backlog Rev1],0,[Backlog Rev1])
Aged RevenueX =
var _new=SUMMARIZE(BacklogDataNew,BacklogDataNew[PID_SO_SS],"_value",[Aged Revenue])
return IF(HASONEVALUE(BacklogDataNew[PID_SO_SS]),[Aged Revenue],SUMX(_new,[_value]))
@Greg_DecklerHey Greg. I found your write up on the DAX measure for totals here: https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376
But I'm unable to adapt it to my problem. Could you please help me?
Hi @Anonymous ,
Has your problem been solved? If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
Hi @Anonymous ,
I can't fully understand what you mean, the total value you want to get is 3258909 or 0? If it is 3258909, I tested your formula and found that it gives the correct value. If it is 0, is it any different from the Aged Revenue column?
Best Regards,
Winniz
Hello Amit,
Its still running out of resources. I think the problem is with "Aged Revenue" measure. I don't think me using the IF function is helping this cause
User | Count |
---|---|
78 | |
73 | |
38 | |
30 | |
28 |
User | Count |
---|---|
107 | |
100 | |
55 | |
49 | |
45 |