Forum Discussion
Dynamic Y - Axis
- 6 years ago
Anonymous ouch that wouldn't work because you are changing your measure to a TEXT, it is not a number anymore. I would recommend to use a bookmark to switch between visuals.
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!
⚡Visit us at https://perytus.com, your one-stop shop for Power BI related projects/training/consultancy.⚡
Anonymous I guess the format of your measure is set to %, correct?
Hello parry2k,
Below is the measure provided for the reference.
- parry2k6 years agoSuper User
Anonymous ouch that wouldn't work because you are changing your measure to a TEXT, it is not a number anymore. I would recommend to use a bookmark to switch between visuals.
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!
⚡Visit us at https://perytus.com, your one-stop shop for Power BI related projects/training/consultancy.⚡
- Anonymous6 years agoNot applicable
Hello parry2k,
Thank you for the prompt response. Really appreciate your help in this matter.
I would like to ask is there also any other possibility apart from creating bookmark?
Thanks & Warm Regards,
Harsh
- parry2k6 years agoSuper User
Anonymous try this and not sure if it will work, create following measures and change their format from the menu by selecting the measure and in measure tools change the format, one with % and other with the number
Number Measure = SUM('Table'[Value]) Percent Measure = [Number Measure] Output Measure = IF(SELECTEDVALUE('Table'[Type])= "Number", [Number Measure], [Percent Measure] )I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!
⚡Visit us at https://perytus.com, your one-stop shop for Power BI related projects/training/consultancy.⚡