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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
gazzo1967
Helper III
Helper III

Drill through with measure problem

HI All 🙂
I am having a problem (probaly down to lack of knowledge) with a drill thorough on the final page of my report.

I am using this measure to apply the counts on my report pages

ROLE_BA_FireCount =
CALCULATE (
    COUNTROWS ( ROLE_COUNT_IND ),
    SEARCH ( "BA Wearer", ROLE_COUNT_IND[Role_BA],, 0 )
        && SEARCH ( "Required standard achieved", ROLE_COUNT_IND[answer],, 0 )
        && SEARCH ( "Fire", ROLE_COUNT_IND[attended],, 0 )
       ) + 0


So this is the table on the previous page
gazzo1967_0-1680529979677.png

 

so under the fire column  you can see a '2'

So on the next page if i drill thorugh i would like to see just those 2 records detail

I have FULL_NAME and the 'fire' columns in the Drill through filter
But when I get to my final page  It show the persons entire set of records and not just the 2 in the table on the previous page.
gazzo1967_1-1680530450584.png

 

The FULL_NAME is taken from table A
The ROLE_BA_FireCount measure is from table B
The activity_date is from table B

The relationship is on email  in each table with Cross filter set to both ways
Do i use KEEP ALL FILTERS?

Thanks in advance Gary
1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@gazzo1967 , add measure visual level filter and filter for ROLE_BA_FireCount <> 0

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
amitchandak
Super User
Super User

@gazzo1967 , add measure visual level filter and filter for ROLE_BA_FireCount <> 0

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

Can I ask why this is required? It means that the drill through page cannot be used for other measure drill throughs as the page is restricted.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.