Forum Discussion
Selectedvalue inside a row function
Hi all,
I am having an issue when using the "selectedvalue" function inside a "row" function, as per below:
Thank you in advance for your valuable assistance.
SELECTEDVALUE referring a slicer will not work when creating a physical table as you are trying to do. Physical tables are calculated when the model is loaded and are oblivious to slicers. You will need to create the "table" using a table visual or matrix (with the latter you can create the layout you want using the option "Show on rows" under Values in the formatting pane, which will place the measures as rows.
3 Replies
- PaulDBrownCommunity Champion
SELECTEDVALUE referring a slicer will not work when creating a physical table as you are trying to do. Physical tables are calculated when the model is loaded and are oblivious to slicers. You will need to create the "table" using a table visual or matrix (with the latter you can create the layout you want using the option "Show on rows" under Values in the formatting pane, which will place the measures as rows.
- FsciencetechHelper III
Hi,
Please use this option, hope you got correct result
- technologyLMMFrequent Visitor
Dear Fsciencetech thank you for the reply. However this doesn't work.
Dear PaulDBrown your reply is well noted and thank you. Actually, I want to create a table in order to use it in a radar visual. However, I understand that same cannot work in my case.