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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
timazarj
Helper II
Helper II

Table relationships

Hi,

 

in my model I have a Date table, using it a slicer, Employee table, using it for usercode. there are 2 different tables for Sales and Returns. I created the relationship between the Date to Sales & Returns to filter the monthly sales and returns. Also created a relationship and connect Employee to Sales & Return to show the employees' name rather than the codes and also be able to filte the names in the report. the relationships are 1-* and single. Now that I run the report it works well for the returns but not for the sales, the numbers are blank. Please advise me.

1 ACCEPTED SOLUTION

@timazarj,

Date(Date and Sales Table) is the culprit. Make sure that you have matching records for Date.

View solution in original post

12 REPLIES 12
SivaMani
Resident Rockstar
Resident Rockstar

@timazarj,

 

Is it possible to share your model diagram? Your result screenshot?

timazarj_0-1622126868239.png

 

timazarj_1-1622126961730.png

The right side should show the sales diagram and numbers which are blank now.

@SivaMani 

You should set up the Employee table to have a one-to-many relationships with both fact tables instead of many-to-many.

Also, can you post the measures you are using in the visuals?





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






I did change that still not working

 

Upsells = CALCULATE(COUNT('Sales'[ActivityCode]), FILTER('Sales','XDAT-Upsell'[ActivityCode]= "UPSE"))

@timazarj,

 

Is it possible to share the pbix file (without any sensitive info)?

 Yes, can I have your email address?

@timazarj,

X-DAT and Upsells are calculated measures?

yes they are.

@timazarj,

Date(Date and Sales Table) is the culprit. Make sure that you have matching records for Date.

I changed the data type of the Return table in Power Query and it worked.

I ensured that the Date column, EffectiveDate, and EnteredDateTime in the three tables have the same data type and format, and there are matching records for Date. Still no result.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors