The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Is there a way i can group values of a slicer?
I believe this has now been resolved,
For reference to anyone else that may be wondering how to setup the measures to allow grouping of data in slicers,
Take a look at the following post:
http://community.powerbi.com/t5/Desktop/Group-by-Data-Ranges/td-p/29682
Alot of detailed information to be able to achieve this
In this scenario, you can create two slicers, one for parent level, one for child level. The child level slicer will be cascaded by the selection in parent level slicer.
Regards,
@vanessa create a calculated column that will narrow down your 5 values to 3 - based on some condition(s)
To do this you can use either IF or SWITCH
Then use the newly created column for you slicer