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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! 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
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.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.