Forum Discussion
Redman22
3 years agoRegular Visitor
Dax Help
Looking to create Fiscal Year YTD the result that i get is not correct
2 Replies
- daXtremeSolution Sage
Before you use a function in DAX, you should always check what it does and what it requires as arguments. Here's what you should consult: DATESYTD – DAX Guide. Programming is strict. You can't throw anything at a function and expect it to work. It doesn't work like that.
- AnonymousNot applicable
Hi Redman22 ,
Please confirm the correct syntax for sumx().
SUMX function (DAX) - DAX | Microsoft Learn