Forum Discussion
geetika3110
8 months agoFrequent Visitor
Data modelling for Slicer
Hi All, Need your support. I need to make a customer profile dashboard where there is certain information with respect to customer projects, e.g., type of resources, duration, etc., for a total of 2...
- 8 months ago
Hii geetika3110
Power BI slicers work only when the thing you want to filter appears as rows in a single column.
Unpivot the customer columns in Power Query
- Go to Power Query >> select all customer columns (A, B, C, D, E…).
- Right-click >> Unpivot Columns.
Now Customer becomes a proper dimension and can be used in a slicer.
rohit1991
8 months agoSuper User
Hii geetika3110
Power BI slicers work only when the thing you want to filter appears as rows in a single column.
Unpivot the customer columns in Power Query
- Go to Power Query >> select all customer columns (A, B, C, D, E…).
- Right-click >> Unpivot Columns.
Now Customer becomes a proper dimension and can be used in a slicer.
- geetika31108 months agoFrequent Visitor
Thank you so much for the quick response. Highly Appreciated