Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Sampling based on column values

Below is the sample format of my data.

Requirement: Have a checkbox filter  with entires "SIT", "UAT", "PRPEROD".

Once the user selects any option only rows with corresponding Yes should be shown in a table.

Ex: If user selects "SIT" only rows eith "Yes" under "SIT" column will be displayed

    If user selects "SIT", "UAT" only rows with "Yes" under "SIT" and "UAT" columns will be displayed in the same table

 

Data:

 

  • Hi Anonymous ,

     

    If I understood your request correctly, I would suggest to tackle this issue as follows:

     

    1) Unpivot Columns SIT, UAT & PREPROD resulting in the following table

     

     

    2) Designing your PBI report while adding a page filter, which excludes any "No" statuses.

     

    I hope this solves your issue!


    Was my answer anywhere helpful?

    Show your appreciation by simply marking my reply as solution or throw it a kudo.

     

    Hop on the data train and get connected @LouSegers

     

5 Replies