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?
- Anonymous6 years agoNot applicable
Hello parry2k,
Below is the measure provided for the reference.
Test =IF(SELECTEDVALUE('Table'[Type])= "Number",FORMAT(SUM('Table'[Value]), "#,0.00"),FORMAT(SUM('Table'[Value]), "0.00%") )And would like the Y-axis to change accordingly.- parry2k6 years ago
Super 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