Hi,
I have a data in excel sheet in pivot table format:
Users | A | B | C | D | E |
Prasad | 1 | 0 | 0 | 1 | 0 |
Ramana | 0 | 1 | 0 | 0 | 1 |
Venkat | 0 | 1 | 1 | 0 | 1 |
Dave | 1 | 0 | 0 | 1 | 1 |
Uday | 1 | 1 | 1 | 0 | 0 |
I want a multi-column slicer so that the user can filter records with any combination of A, B, C, D and E columns.
Example
A = 1 and B = 0 and C = 0 O/P: No. of users: 2 (Prasad, Dave)
B = 1 and E = 1; No. of users:2(Ramana, Venkat)
Could someone help how to achieve this in Power BI?
Thanks in advance.