Forum Discussion
DeepakJha23
3 years agoHelper I
Displaying relevant column values based on slicer selection.
Hi Power BI Community, We are working on a requirement where we want to display the relevant values of column 2 based on the slicer selection made in column 1. Also, the slicer selection is multi...
- 3 years ago
Please provide sample data that covers your issue or question completely.
Display = if(isfiltered('Table'[Column 1]),CONCATENATEX(VALUES('Table'[Column 2]),[Column 2],","),"All")
Anonymous
3 years agoNot applicable
Hi DeepakJha23
Try this one Solved: Concatenate distinct values from column in Measure - Microsoft Power BI Community