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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Create a measure that does not respond to visual filters

Hello, 

 

I am trying to create a line and clustered column chart where the line data does not respond to the filters i have for the columns. In this chart, the columns display total projected $ impact for different business divisions with specific filters. I want the line to show total number of financial events for each column without the specific filters on the bar chart effecting the number. Right not the number is showing a total of 53 events when it should be 250. 

 

I have tried creating a measure that would count this value:

Events = CALCULATE(COUNT('Risk Event Global'[Event ID]),
ALL('Risk Event Global'[Event ID]),
FILTER('Risk Event Global', 'Risk Event Global'[Event Status] in {"Open","Draft"}))
 
I have seen in these forums that ALL() has worked to solve this issue for others, but I am still getting the same result. 
 
Here is the chart:
kw77777_0-1670608756168.png

 

Here are the filters on the visual:

kw77777_1-1670608795604.png

 

Here is the table:

kw77777_2-1670608863707.png

 

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , Try like

 

Events = CALCULATE(COUNT('Risk Event Global'[Event ID]),

FILTER(ALL('Risk Event Global'),, 'Risk Event Global'[Event Status] in {"Open","Draft"}))

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @Anonymous,

Did the above suggestions help with your scenario? if that is the case, you can consider Kudo or Accept the helpful suggestions to help others who faced similar requirements.

If these also don't help, please share more detailed information to help us clarify your scenario to test.

How to Get Your Question Answered Quickly 

Regards,

Xiaoxin Sheng

amitchandak
Super User
Super User

@Anonymous , Try like

 

Events = CALCULATE(COUNT('Risk Event Global'[Event ID]),

FILTER(ALL('Risk Event Global'),, 'Risk Event Global'[Event Status] in {"Open","Draft"}))

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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.