Forum Discussion
How to modify expression return Feb 2021 Amount ?
HI admin11
Try this 2 formulas..
TOTALMTD(GL[AMOUNT], 'DATE'[DATE], ALL('DATE'[DATE]), GL[1_EXP] ="EXP")
TOTALYTD(GL[AMOUNT], 'DATE'[DATE], ALL('DATE'[DATE]), GL[1_EXP] ="EXP", "02/28")
Thanks & Regards,
Mohammed Adnan
Thank you for your sharing .
The first expression , i get error msg :-
Too many arguments were passed to the TOTALYTD function. The maximum argument count for the function is 4.
the second expression , i get error msg :-
Too many arguments were passed to the TOTALYTD function. The maximum argument count for the function is 4.
Paul Yeo
- mohammedadnant5 years agoImpactful Individual
- admin115 years agoMemorable MemberMy PBI file :-Above link is my PBIX filePaul
- V-lianl-msft5 years agoCommunity Support
Hi admin11 ,
Your formula is used to calculate YTD. If you want to calculate the value of February, it is recommended that you apply filters to [amount].
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.