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

Be 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

Reply
Libin7963
Frequent Visitor

one to one relationship issue

I have two tables with one to one relationship as shown below where table 1 is direct query in actual table and 2 is import. In the table visual it is not displaying the rows for 5 and 6 (both reference and product id). As soon as I add the product ID from table 2  reference 5 and 6 rows goes missing. I checked the show items with no data but it is not working correctly.

Libin7963_2-1728292488740.png

Libin7963_3-1728292505166.png

 

 

Libin7963_0-1728292083098.png

 

Libin7963_1-1728292122180.png

 

Note : In the example table above it works fine but not in my actual scenario. 

1 ACCEPTED SOLUTION
lucadelicio
Super User
Super User

Hi try to manage the output and the number of rows that appear throught a measure like this:
Measure =
IF(ISBLANK(MAX(Table2[Reference])), "", MAX(Table2[Reference]))
Try and let me know.



Luca D'Elicio

LinkedIn Profile

View solution in original post

3 REPLIES 3
lucadelicio
Super User
Super User

Hi try to manage the output and the number of rows that appear throught a measure like this:
Measure =
IF(ISBLANK(MAX(Table2[Reference])), "", MAX(Table2[Reference]))
Try and let me know.



Luca D'Elicio

LinkedIn Profile

Wow, it worked. thank you. 

You are welcome.



Luca D'Elicio

LinkedIn Profile

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.