Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have a table on a report with columns ID, site, GM. Two graphs on the same page which should show clustered bar graph with total count of ID without GM by different sites and total count of ID with GM by different sites. now when I select a site bar (ex: ABC) on 'total count of ID without GM' graph with total ID without GM 25k, then the table below should only show those IDs which do not have any GM for site ABC
So, in the below visual when i select first bar in ID without GM it should show only blank GM rows for the site selected (ABC)
Solved! Go to Solution.
HI @WTAS80486,
I'd like to suggest you write a measure formula with conditions to compare with current row count and return flag.
After these steps, you can use this on the visual level filter to filter records based selections.
Applying a measure filter in Power BI - SQLBI
If you are confused about coding formula, can you please share some dummy data that keep the raw data structure with expected results? It should help us clarify your scenario and test to coding formula.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
HI @WTAS80486,
I'd like to suggest you write a measure formula with conditions to compare with current row count and return flag.
After these steps, you can use this on the visual level filter to filter records based selections.
Applying a measure filter in Power BI - SQLBI
If you are confused about coding formula, can you please share some dummy data that keep the raw data structure with expected results? It should help us clarify your scenario and test to coding formula.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
20 | |
7 | |
6 | |
5 | |
5 |
User | Count |
---|---|
26 | |
10 | |
10 | |
9 | |
6 |