Forum Discussion
TaroGulati
4 years agoHelper III
Calculation item issue
Hi guys, I am having some difficulty with format of my measures using calculation items. I have created a calculation item using selected measure function. issue is that it is implementing f...
- 4 years ago
You can do a check inside both the calculation item expression and the format string using ISSELECTEDMEASURE or SELECTEDMEASURENAME, then take whatever action is appropriate.
TaroGulati
4 years agoHelper III
johnt75 thanks