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

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

Reply
Anonymous
Not applicable

Ignore visual filter in measure with maxx and summarize

Hey together,

 

i have one bar chart which i copy+pasted three times. Then i apply different visual filters to the charts (all from the same column). 

Now i want to sync the max value on the y-axis for all charts depending on the overall max value. 

 

To do this i have to write a measure which i add to the y-axis settings: 

Nico78_0-1665672973005.png

 

I wrote this measure:

Max y-axis value =

MAXX(
         SUMMARIZE(Kostenarten, Kostenarten[Bez. Kostenart], "MaxY"SUM(Buchungen[Betrag])), [MaxY])
 
Without a visual filter the measure does what it should. But my problem is now that i don't find a solution to add some part in this measure which does ignoring the visual filter. The column which filters the visuals is called "Kostenarten[Zuordnung].
 
Thanks everybody.
Nico
2 REPLIES 2
Anonymous
Not applicable

Hi @Anonymous ,

What is your desired output? please provide more details with your desired output and pbix file without  priavcy information.

 

How to Get Your Question Answered Quickly 

 

Best Regards

Community Support Team _ Polly

 

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

Anonymous
Not applicable

Hey @Anonymous ,

sure, you're right.

Data model:

Nico78_0-1665732446756.png

 

These are the three bar charts:

Nico78_1-1665732658901.png

and all of them use the same columns:

Nico78_2-1665732686171.png

And all of them use the same column for visual filter with different values from this column:

Nico78_3-1665732802833.png

 

The desired output is now a measure which gives me the overall max value from the bar charts. In the case above "1.364.127 €". But the important thing is now that the visual filter (Kostenarten[Zuorndung]) is not affecting the max value. 

The desired output is here that all three bar charts have the same max value in the y-axis to make them comparable. 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 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.