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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
Wiene24
Helper II
Helper II

Smart Slicer

Hi,

 

Is it possible to make a slicer smarter?

 

I have a database with clients and with invoice amounts.

 

I have a slicer with years, but now I want that the slicer where I can select a certain client takes in notice that clients without any data in that year are not shown.

 

We have alot of one time clients, because of this the slicer is getting extremely big.

 

I have added the Text Filter app as visualisation but I have had this 'problem' with more reports.

 

Kind Regads,

 

Tim Wijnen

1 ACCEPTED SOLUTION

Hi @Wiene24,

 

The custom visual "HierarchySlicer" is the solution. It has a Value filed where we can add a measure to filter the values. Please refer to the demo below. Some items are filtered out by the measure. 

SlicerOnly =
VAR temp =
    SUM ( Sales[SalesQuantity] )
RETURN
    IF ( temp >= 100000, temp, BLANK () )

Smart-Slicer2

 

Best Regards,
Dale

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

View solution in original post

6 REPLIES 6
v-jiascu-msft
Microsoft Employee
Microsoft Employee

Hi Tim,

 

There is a workaround. Add a Calculated Column to the table where the client is from. For example, if there aren't any sales in the [Sales] table, the column will be blanks. 

Column =
IF (
    ISBLANK ( SUMX ( RELATEDTABLE ( Sales ), [SalesQuantity] ) ),
    BLANK (),
    [ColorName]
)

Smart-Slicer

 

 

Best Regards,
Dale

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

Hi Dale,

 

The problem is that there is data in the sales table from almost all clients, but I want that if I select 2017 that only the clients that had sales in 2017 will show. If I then change it to 2018 I only want to see the clients that had sales in 2018.

 

Because we have alot of one time sales they will now always stay in my slicer.

Hi @Wiene24,

 

The custom visual "HierarchySlicer" is the solution. It has a Value filed where we can add a measure to filter the values. Please refer to the demo below. Some items are filtered out by the measure. 

SlicerOnly =
VAR temp =
    SUM ( Sales[SalesQuantity] )
RETURN
    IF ( temp >= 100000, temp, BLANK () )

Smart-Slicer2

 

Best Regards,
Dale

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

Hi,

 

When I first started using this slicer it worked even without the Value field.

But I think something changed that it doesn't work anymore, for any of my reports.

I didnt look at the measure yet because I didn't need it. I cant use the VAR temp and Return. They just don't excist.

 

Is there any other way I can make the slicer that smart that it only shows values that are active in the report?

Thanks Dale that is the perfect slicer!

 

Kind regards,

 

Tim

Greg_Deckler
Super User
Super User

There may be something in the marketplace in terms of a smarter slicer but I'm not aware of a way to do that because you can't use filters on a slicer and you can't use measures as filters in page or report filters.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Power BI Cookbook Third Edition (Color)

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.