Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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:
Here are the filters on the visual:
Here is the table:
Solved! Go to Solution.
@Anonymous , Try like
Events = CALCULATE(COUNT('Risk Event Global'[Event ID]),
FILTER(ALL('Risk Event Global'),, 'Risk Event Global'[Event Status] in {"Open","Draft"}))
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
@Anonymous , Try like
Events = CALCULATE(COUNT('Risk Event Global'[Event ID]),
FILTER(ALL('Risk Event Global'),, 'Risk Event Global'[Event Status] in {"Open","Draft"}))
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 23 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |