Hi,
I am new to Power BI, so not sure if this is even possible.
We are receiving customer data that has a flattened structure (approx 50 columns have Boolean type values, these are questions that were answered when the customer was on boarded into the system).
One of the requirement in the report is to provide selection of all the 50 columns (questions) as filter (slicer) and based on the selection, the results should filter the data.
Here is structure of the table
Customer Name Customer Type Risk Rating Question1 Question2 Question3 Question4 Question50.
Question Slicer
Question1
Question2
Question3
Question4
Question50
if the user selects question 1 then it should select all records where question1 (column name) = 'Y'
Thanks