Forum Discussion
ashshiv_123
3 years agoHelper I
please provide solution for below error
nandukrishnavs
3 years agoCommunity Champion
- ashshiv_1233 years agoHelper I
Thanks for your feedback.
Please give solution for second quarter formula error also.
i have to use both simultaneously. so will be able to try this solution only after getting solution for both.
Thanks
Ashshin_123
- nandukrishnavs3 years agoCommunity Champion
Quarter = VAR _monthno = MONTH ( 'Date'[Date] ) VAR _result = SWITCH ( TRUE (), _monthno <= 3 = "Q3", _monthno <= 6 = "Q4", _monthno <= 9 = "Q1", "Q2" ) RETURN _result- ashshiv_1233 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