Forum Discussion
Michael_Gold
3 years agoFrequent Visitor
Dynamic Format does not change in graph
Hello, I created a measure with dynamic data type. When my parameter is set to "%" the value appear as a percentage in the table, and while it's set to "ILS" it appears as a number. The problem i...
DataInsights
3 years agoSuper User
I believe the issue is due to the FORMAT function converting the data type to text. You could try two approaches:
1. Fields parameter (requires two measures; you can format each measure without FORMAT)
2. Calculation group (the "format string expression" applies the specified format without converting the data type to text)
- Michael_Gold3 years agoFrequent Visitor
Hi, thank you for your answer, I will try to use calculatin groups