Forum Discussion
Applying different decimals for different accounts ( Formatting )
Hello,
I would like to apply 2 decimals to my table, however, when the account name = "OG" ," RIG", "Price", i would need 4 decimals, is there any formula to apply different formatting?
for all the account that are in % i would like to change the formating.
I have tought about using an IF foncion + related formula for the formatting condition.
Best regards.
Anis Kerrout
Hi
Please refer this preview feature
https://www.sqlbi.com/articles/introducing-dynamic-format-strings-for-dax-measures/
You can also use SWITCH function to format the strings
2 Replies
- vk_pbi
Resolver II
Hi
Please refer this preview feature
https://www.sqlbi.com/articles/introducing-dynamic-format-strings-for-dax-measures/
You can also use SWITCH function to format the strings
- AnonymousNot applicable
Hello vk_pbi ,
i m trying to use a switch formula but it is not working .