Forum Discussion
Selective Mask usable on axis
Hi rsderidd
The axis only accepts a column rather than a measure, meanwhile the values in a column are fixed and cannot be dynamically changed by slicers or filters. So I think the requirement to use the selective masked value on an axis cannot be met currently.
When you add the measure into a table visual, it displays when there is the masked_name column because the table visual accepts both columns and measures as Values in it. When the masked_name column is in the same table visual, it passes a filter to the measure in its current context so the measure can get only one specific value for each masked name on each row. However when no column is in the table visual, the measure is evaluated based on the whole table so SELECTEDVALUE cannot find a distinct value in the current context. Instead it returns the default value blank, as a result you see it show up as blank on the table visual.
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.