Forum Discussion
Anonymous
3 years agoNot applicable
Update custom columns values in table by selected slicer values
Scenario 1: If the ingredient as “Orange” selected in Ingredient slicer the corresponding records get filtered from ProductMaster table and display as below. But I want to display the 2 more...
v-jianboli-msft
3 years agoCommunity Support
Hi Anonymous ,
Please try:
Create two measures:
_TrackerNo = SELECTEDVALUE(GlobalTrackingDetails[TrackerNo])
_version = SELECTEDVALUE(GlobalTrackingDetails[version])
Then add them to the table visual
Output:
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.