Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Anonymous
Not applicable

Categorize or Slicer of Slicers?

Is it possible to create custom categorizes that would toggle on certain slicers? A slicer of slicers per se?  The highlighted groups below are all part of the same team, but the data is split between 3 different databases.  AFAIK, slicers work with a name match - and I couldn't find a method to target certain items and categorize them together.  Ideally, I would expand this to create a custom category each team inside of the larger team, and be able to toggle between them all.

 

Capture.PNG

 

Thank you!

1 ACCEPTED SOLUTION
v-frfei-msft
Community Support
Community Support

Hi @Anonymous ,

 

Please create a calculated table as below and make it related to your fact tables to work around.

Union =
UNION (
    DISTINCT ( table1[Board_name] ),
    DISTINCT ( table2[SkillGroupName] ),
    DISTINCT ( table3[FullName] )
)

If it doesn't meet your requirement,  kindly share your sample data and excepted result to me if you don't have any Confidential Information. Please upload your files to One Drive and share the link here.

 

 

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

View solution in original post

3 REPLIES 3
v-frfei-msft
Community Support
Community Support

Hi @Anonymous ,

 

Please create a calculated table as below and make it related to your fact tables to work around.

Union =
UNION (
    DISTINCT ( table1[Board_name] ),
    DISTINCT ( table2[SkillGroupName] ),
    DISTINCT ( table3[FullName] )
)

If it doesn't meet your requirement,  kindly share your sample data and excepted result to me if you don't have any Confidential Information. Please upload your files to One Drive and share the link here.

 

 

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.
amitchandak
Super User
Super User
Anonymous
Not applicable

I saw that KB before, however the data is not shown under one visual - we're running trends across the entire 'group' so it only comes back with values.  There are multiple trends being shown across the board and I'm hoping to be able to toggle on/off the 'groups' all at once.

 

Capture.PNG

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.

Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.