Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi All
I have this expression working fine :-
Expense_YTD = CALCULATE(CALCULATE(GL[AMOUNT],DATESYTD('Date'[Date],"12/31")), GL[1_EXP] = "EXP")
May i know how to modify the above expression using :-
TOTALYTD
Paul
Solved! Go to Solution.
@admin11 , try like
Expense_YTD = TOTALYTD(GL[AMOUNT],'Date'[Date], GL[1_EXP] = "EXP","12/31")
refer:https://docs.microsoft.com/en-us/dax/totalytd-function-dax
@admin11 , try like
Expense_YTD = TOTALYTD(GL[AMOUNT],'Date'[Date], GL[1_EXP] = "EXP","12/31")
refer:https://docs.microsoft.com/en-us/dax/totalytd-function-dax
User | Count |
---|---|
79 | |
74 | |
44 | |
32 | |
28 |
User | Count |
---|---|
100 | |
93 | |
52 | |
50 | |
48 |