Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register 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! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
143 | |
74 | |
63 | |
51 | |
47 |
User | Count |
---|---|
211 | |
83 | |
64 | |
60 | |
56 |