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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
subhashis29
New Member

Fetching values from cross tables in power bi

Scenario:

 

Relationships:

 

H 1:N HBD

 

H 1:N TM HBD 1:N PR

 

BR 1:N PR

 

BR 1:N TH

 

Table created on PR where we are showing name of records of H In one column and we need to show the count of records of TM for that particular huddle in the same table.

 

How can we show that?

 

We have brought t hame of table H by expanding the column HBD on PR and then by expanding H.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

HI @subhashis29,

Perhaps you can try to write a measure expression to use the relationship keys as variable to extract the BR table records and use these key lists to filter table records to get the second level table(PR) relationship keys. After repeating these steps, you will get the key fields list of the HBD table as conditions to calculate.

Regards,

Xiaoxin Sheng

View solution in original post

1 REPLY 1
Anonymous
Not applicable

HI @subhashis29,

Perhaps you can try to write a measure expression to use the relationship keys as variable to extract the BR table records and use these key lists to filter table records to get the second level table(PR) relationship keys. After repeating these steps, you will get the key fields list of the HBD table as conditions to calculate.

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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

Top Solution Authors