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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
tuncay
Helper III
Helper III

Slicer: Do not show values for some selections

Dear community,

I've created a hierachy and put that on a slicer in order to see data.

However, when I select a upper hierarchy (e. g. AB) then it sums all the data and shows a wrong value for AB. I want that no data is shown when I select AB in the upper hierachy. But when I select AB in the bottom the correct data is shown..

 

AB.PNG

 

I want that only data is shown when the AB in the bottom is selected as the data in the upper hierachy is wrong...

2 REPLIES 2
Anonymous
Not applicable

Hi @tuncay ,
 Based on your description, it sounds like you're experiencing issues with data aggregation when selecting upper levels of your hierarchy. Here are the steps you can take to troubleshoot this issue:

1.You can write a DAX formula that only returns values when a certain condition is met, such as when a specific hierarchy level is selected.
Here's a sample DAX formula that might help:

Measure = 
IF(
    ISFILTERED('Table'[High Level]),
    BLANK(),
    SUM('Table'[Data])
)

After creating the new measure, test your slicer with various selections to ensure it behaves as expected. If the slicer still does not behave correctly, troubleshoot by checking for any additional filters or interactions that might be affecting the slicer behavior.

Best regards

Albert He

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
 

 

 

 

 

PijushRoy
Super User
Super User

Hi @tuncay 

I have doubts, can you please share more details about the issue? What are the wrong data showing?
Please share some sample data and expected results.




Did I answer your question? Mark my post as a solution!
Appreciate your Like/Kudos

Proud to be a Super User!





Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.