Forum Discussion
ashshiv_123
3 years agoHelper I
please provide solution for below error
nandukrishnavs
3 years agoCommunity Champion
Quarter =
VAR _monthno =
MONTH ( 'Date'[Date] )
VAR _result =
SWITCH (
TRUE (),
_monthno <= 3 = "Q3",
_monthno <= 6 = "Q4",
_monthno <= 9 = "Q1", "Q2"
)
RETURN
_resultashshiv_123
3 years agoHelper I
Thanks for your quick response.
But i want to know what is wrong in my above dax quarter function? system is giving error. i want to rectify said error please. if you are able to let me know issue with above formula, it will be of great help for me.
Thanks & Regards,
Ashshiv_123