Forum Discussion

DeepakJha23's avatar
DeepakJha23
Helper I
3 years ago
Solved

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...
  • lbendlin's avatar
    lbendlin
    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")