March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi
I have this relationship
Where one Oferta can be associated to many Proyectos but many Proyectos can exists without any Oferta associated
So I want to show in my report all the Ofertas the Proyectos associated with.
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
Any idea pleae?
Regads
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
In this case I think that the question is how to configure the cross filter direction.
Regards
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
123 | |
85 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |