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
automate2create
Regular Visitor

Show multiple slicer headings above table

Hi there

 

I have a table and a slicer that work correctly together.  The slicer values are dates e.g. 2000, 2001, 2002 etc.  If I select multiple dates on the slicer, that table changes accordingly.

 

I want to display the chosen multiple dates from the slicer above the table but I can't find a way to do this without pushing the table data down.  Is it possible that the slicer values can be displayed horizontally maybe and how?

 

What are my options for displaying the selected slicer headings above my table?  Thanks

1 ACCEPTED SOLUTION

Hi

You can use the CONCATENATEX  function for this, it will append all the values, whatever those might be which in your case is the selected years. the formula will look something like this.

Display Selected Years = CONCATENATEX(ALLSELECTED('Dates'[Years]),[Years],",")

I created a little sample and this is what it looks like, I use a card visual to display the list of selected dates from the filter

Capture.PNG

Hope I understood your problem correctly

View solution in original post

1 REPLY 1

Hi

You can use the CONCATENATEX  function for this, it will append all the values, whatever those might be which in your case is the selected years. the formula will look something like this.

Display Selected Years = CONCATENATEX(ALLSELECTED('Dates'[Years]),[Years],",")

I created a little sample and this is what it looks like, I use a card visual to display the list of selected dates from the filter

Capture.PNG

Hope I understood your problem correctly

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

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

MayPowerBICarousel

Power BI Monthly Update - May 2024

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