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

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.

Reply
kintela
Helper II
Helper II

one to many question

Hi

I have this relationship

 

captura.jpg

 

Where one Oferta can be associated to many Proyectos but many Proyectos can exists without any Oferta associated

 

captura.jpg

 

So I want to show in my report all the Ofertas the Proyectos associated with.

 

captura.jpg

But all, not only the Ofertas taht exists in the Proyectos table. But either I select single or both in the relationship when I add the filed Proyectos.proyecto only shows the Ofertas tah exists in Proyectos

 

captura.jpg

 

Any idea pleae?

 

Regads

 

 

2 REPLIES 2
v-qiuyu-msft
Community Support
Community Support

Hi @kintela,

 

From your description, Ofertas linked to Proyectos based on the ID and OfertaID, you want to get the Proyectos which are associated with Ofertas, right?

 

In your scenario, you can create a measure to filter non related records like below:

m = CALCULATE(MAX('Table1'[Proyecto]),FILTER('Table1','Table1'[OfertaID]<>BLANK()))

 

You can take a look at attached .pbix file. If it doesn't meet your requirement, please tell us the expected results based on our sample data.

 

Best Regards,
Qiuyun Yu

Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi @v-qiuyu-msft

 

In this case I think that the question is how to configure the cross filter direction.

 

Regards

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

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