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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
nirrobi
Helper V
Helper V

Can not create visual (table) from 2 related table that connect properly (I think)

Hi all,

 

I face strange situation,

 

I have table for invoices and table for arrival date (both have date column as it not the same date),

I want to create visual (table) that shows the sales id , date of arrival and date of invoice (afterward will create diffrence between those 2 dates) but get error from Power BI Desktop (seems like connection issue).

 

if I try to connect for example, sales id count of item and sum of invoice it work perfectly (exactly the same tables but diffrent colmn, hence I assume the connection is well configure)

 

Can anyone think of any solution.

 

Many thanks in advance.

 

Nir

1 ACCEPTED SOLUTION

@nirrobi

 

Based on my test, the problem is caused by the relationship among tables. If the relationship is 1:1,1:1 among the three tables, the original table visual in your pbix would work.

In your case(many:1,many:1), use two measures instead.

MAX INV DATE = MAX(INVOICES[INV DATE])
MIN SALES DATE = MIN(SALES[SALES DATE])


Capture.PNG

If you have any question, feel free to let me know.

View solution in original post

13 REPLIES 13

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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