Forum Discussion
Selecting 2 indicators from a drop-down list and comparing them, based on a dimension table
- Anonymous8 years ago
This would be possible using a parameter table and multiple measures. This can be quite involved depending on how many permutations you have, KasperOnBi has a blog post where he applies the same technique to a slightly different issue
https://www.kasperonbi.com/dynamically-switching-axis-on-visuals-with-power-bi/
You may also be able to do it with bookmarks but it would be a lot of bookmarks to make.
This would be possible using a parameter table and multiple measures. This can be quite involved depending on how many permutations you have, KasperOnBi has a blog post where he applies the same technique to a slightly different issue
https://www.kasperonbi.com/dynamically-switching-axis-on-visuals-with-power-bi/
You may also be able to do it with bookmarks but it would be a lot of bookmarks to make.
Dear Thomas Foster, thank you very much for your solution. It has been very helpfull. My problem has been solved.