Forum Discussion
Dynamic Category Using a Slicer
Most of the time, I post on the community to ask for help but this time I am giving back.
I've read several posts that dynamic category based on slicer selection is not possible. While it may not be an out of the box feature, it is possible with some tweaking. I've also read similar solutions but I find mine simpler and easier to follow :). The trick makes use of the following:
- adding an index column
- referencing a query
- unpivoting columns
- relationship
In my sample pbix (click to download from my GDrive), I connected to the Ofeed data from powerbi.tips (click for the link to the webpage)
http://services.odata.org/AdventureWorksV3/AdventureWorks.svc
and used CompanySales table.
Here are the steps,
- After successfully connecting to CompanySales table, add an index column to it and just name it "Index". (We'll be using index number as unique identifier in a relationship.)
- Change Index data type to whole number.
- Create another query referencing CompanySales table and name it "Category".
- Remove all columns except ProductCategory, ProductSubCategory, OrderYear, OrderQtr and Index.
- Right-click Index column and Unpivot Other Columns.
- Rename these newly created columns: Attribute to Category, and Value to Subcategory.
- Change data type of Category and Subcategory columns to text.
- Load the query.
- Create a relationship betwen CompanySales[Index] and Category[Index] (i set mine to both direction)
- Add Category column to a slicer visual (turn on Single Selection and off Select All)
You may view my sample report here:
Please don't forget to kudos this post if you find this helpful.
11 Replies
- TomMartensSuper User
Well done!
Kudoed as commanded ;-)
- tmaz1234Regular Visitor
Hi,
What did you use to create the 4 interactive tiles on top of your dashboard. Thanks
- TomMartensSuper User
Hey tmaz1234,
the interactive tiles are "just" a slicer with a horizontal layout. Go to the General Format options of the slicer and switch the orientation to horizontally.
Cheers
- waqarHelper I
i preapred a KPI dashbaord and use below KPI tile,i need to cummualtive monthly value in quarter via slicer to show respective data in KPI tile.
- kPIIndicator.2.0.1
Can anybody help me out in this regards,
WAQAR...
+92 333 3035810
- punitNew Member
Can you share pbix file for the same...
Thanks
- waqarHelper I
my problem is solved, what problem you are facing.
REGARDS...
WAQAR
- punitNew Member
Can you send pbix file for the same..
Thanks...
- danextianSuper User
- MommeAdvocate I
I managed to reproduce this today - great tool and an elegant solution, thanks!
I wonder: did you ever try to combine two identical and interdependent of these into one page? I failed, cause they block each other.
thx,
M
- pablom76New MemberI did this with my fact table of 500k records but it causes chart to load extremely slow any tips to fixing this issue