Forum Discussion
Combine parameter with a different column?
Hi Fompy123 ,
It seems that your [Test] is a calculated column?
SELECTEDVALUE() returns the value when the context for columnName has been filtered down to one distinct value only. Otherwise returns alternateResult.
If you use it in calculated column, the value you selected in slicer will not pass to calculated column, thus it will return blank values.
You may need to add a measure to a table visual:
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
Oh, how do you add a measure to a table visual, where you can toggle between different input values?
- v-jianboli-msft3 years agoCommunity Support
Hi Fompy123 ,
You can add the measure to the table visual's column field:
If you change the selected value in the slicer, the input values will change too:
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.