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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
stampgeorge
Frequent Visitor

Different results in table view vs report view due to date table

Hello,

I've been trying to create a report that calculates the sum of a specific column from a table with filters applied.

I've added a matrix view to compare the data between the table and report view and found out that if I use my date table, then the results are different than when I use the date from the query (Statistics) with the exact same filters (these are the correct data). 

 

I have 4 relations with the Statistics Query from the date table.

1 ACCEPTED SOLUTION
Kedar_Pande
Super User
Super User

@stampgeorge 
The mismatch is likely due to inactive or multiple relationships between your date table and the Statistics table. Using Statistics[Date] bypasses the model logic. Use the date table with proper relationships and USERELATIONSHIP() in measures if needed.

View solution in original post

2 REPLIES 2
Kedar_Pande
Super User
Super User

@stampgeorge 
The mismatch is likely due to inactive or multiple relationships between your date table and the Statistics table. Using Statistics[Date] bypasses the model logic. Use the date table with proper relationships and USERELATIONSHIP() in measures if needed.

Thanks! It worked perfectly.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors