I have the below bar chart that uses 3 separate measures. Is there any way to order my bar chart so that it shows the figures low to high?
Solved! Go to Solution.
Hi, @Redraidas1
If you only have some measures to display, I have a workaround. You need to use 'enter data' to enter the names of measures,then create a new measure instead of your original measures,then use it in visual.
Like this:
Measure 3 = SWITCH(SELECTEDVALUE('Table (2)'[Column1]),"Measure",[Measure],"Measure2",[Measure 2])
If it doesn’t solve your problem, please feel free to ask me.
Best Regards
Janey Guo
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @Redraidas1
If you only have some measures to display, I have a workaround. You need to use 'enter data' to enter the names of measures,then create a new measure instead of your original measures,then use it in visual.
Like this:
Measure 3 = SWITCH(SELECTEDVALUE('Table (2)'[Column1]),"Measure",[Measure],"Measure2",[Measure 2])
If it doesn’t solve your problem, please feel free to ask me.
Best Regards
Janey Guo
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Redraidas1 , You can not sort on multiple measure value.
If you need, you can create a measure/column to dimension and then sort it.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
Put your data visualization and design skills to the test! This exciting challenge is happening now through May 31st!
User | Count |
---|---|
352 | |
99 | |
62 | |
50 | |
49 |
User | Count |
---|---|
353 | |
122 | |
84 | |
68 | |
62 |