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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
DennisSchlein
Helper II
Helper II

Newbie question - filter related data

Hi 

i'm brand new with PBI. I'm trying to create one of my first very basic models.
And thus this is probably a simple question, I don't yet know how to solve it.

 

DennisSchlein_0-1669802648110.png

 

 

On my main table - I have a consignee number - a customer number.
This customer number have a relationship to cg2 (group of customers within this brance)
and cg2 has a relationship to cg1. Which is the top level.


Within cg1 I have a list of customers beeing invoiced from a certain solution. that list of cg1 id's is in the table: InvoiceCustomers.

But I want to show name from cg1, that has a relation to InvoiceCustomers.

How do I do that?

 

DennisSchlein_1-1669802660523.png

 


Thanks in advance, 

 

 

 

1 ACCEPTED SOLUTION
v-jianboli-msft
Community Support
Community Support

Hi @DennisSchlein ,

 

Based on your description, I have created a simple sample:

vjianbolimsft_0-1669863995700.png

vjianbolimsft_1-1669864007541.png

Then apply the measure:

_Name = CALCULATE(MAX('cg1'[Name]),FILTER(ALL(cg1),[Code]=MAX('InvoiceCustomers'[CustomerGrouping])))

Final output:

vjianbolimsft_2-1669864113664.png

Best Regards,

Jianbo Li

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-jianboli-msft
Community Support
Community Support

Hi @DennisSchlein ,

 

Based on your description, I have created a simple sample:

vjianbolimsft_0-1669863995700.png

vjianbolimsft_1-1669864007541.png

Then apply the measure:

_Name = CALCULATE(MAX('cg1'[Name]),FILTER(ALL(cg1),[Code]=MAX('InvoiceCustomers'[CustomerGrouping])))

Final output:

vjianbolimsft_2-1669864113664.png

Best Regards,

Jianbo Li

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi @v-jianboli-msft this gives mes exactly what I was looking for 🙂 thank you very much 🙂 

DennisSchlein
Helper II
Helper II

if I in dax studio do this:
NATURALLEFTOUTERJOIN ( InvoiceCustomers, cg1 )

I get :

DennisSchlein_0-1669808807593.png



How do I write the same in PBI?

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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