This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hello
I am needing help in filtering out zero values in an interactive visual. If I select "purchased livestock" in the left visual, I only want the customers related to purchased livestock to show up in the right visual.
Within the "right" visual, I have attempted to filter out (at the visual level) for any value not 0, for the measure Amount. The desired result for the "right sided" visual is all vendors with an Amount <>0.
Within hte left sided visual - I have 4 row levels within the matrix visual. I am assuming whatever is done, will require these data elements?
I have also attempted to adjust the measure if zero, then blank. See below.
Amount1 =
VAR calcAmount1 =
SUMX (
COASetup,
[Amount (dbcr balance)] * COASetup[NormalBalance] * COASetup[Report Sign]
)
RETURN
IF ( calcAmount1 = 0, BLANK (), calcAmount1 )Please advise - surely there is a simple fix. I am disappointed in the visual filter not working - or am I missing something?
thanks
Solved! Go to Solution.
Hi @Dellis81 ,
You should use the Edit interactions instead of the filter.
When selecting values from a visual the other visual can responde in 3 different ways:
Check the documentation for further explanation.
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @Dellis81 ,
You should use the Edit interactions instead of the filter.
When selecting values from a visual the other visual can responde in 3 different ways:
Check the documentation for further explanation.
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsThank you very much! Yes, I was making this to hard and the video clarified so much. I recall watching the same video several months ago, but with a little experience, the video makes more sense. Appreciate your quick response!
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 32 | |
| 28 | |
| 21 | |
| 18 | |
| 17 |
| User | Count |
|---|---|
| 62 | |
| 35 | |
| 34 | |
| 24 | |
| 24 |