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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

Same measures referencing different tables are displayed differently

Hello,

 

I currently have 2 measures trying to count the 'FA Date' according to each Month Year in the Dates table. The measures reference different tables but everything else, the code and relationships, are the same. Yet they display differently when in a table visual. 

pic1.png

 

pic2.png

 

pic3.png

 

MeasureB is how I want it displayed, as a counted number for each month year row. As shown in picture 3 the relationships are active. Can anyone tell me why this is happening? 

 

Thank you!

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @v-juanli-msft 

 

Seems I was able to fix the problem by changing the column type of FA date for both tables from date/time format to simply date format. Not sure how date/time worked for one table but not the other before, but now both are displaying correctly. 

 

Weird case, but thanks for your guys' help!

View solution in original post

6 REPLIES 6
Pragati11
Super User
Super User

Hi @Anonymous ,

 

In the first case for Measure A, the  visual is not summarising anything right?

 Can you post sample data for TableA and TableB please?

 

Thanks,

Pragati

Best Regards,

Pragati Jain


MVP logo


LinkedIn | Twitter | Blog YouTube 

Did I answer your question? Mark my post as a solution! This will help others on the forum!

Appreciate your Kudos!!

Proud to be a Super User!!

Anonymous
Not applicable

Hi @Pragati11,

 

This is a bit of data from tableA and tableB respectively. data's pretty much the same, not sure why the FA date looks different as they're both in date/time format. 

tableA.png

 

tableB.png

 

I don't believe measureA is summarising anything. When they're both displayed it looks like this:

pic4.png

 

Hi @Anonymous 

Because one is in datetime format, another is in date format, datetime format column can't compare with date column.

Please create another column like date_col=date(year([col_datetime]),month([col_datetime]),day([col_datetime])).

 

Best Regards

Maggie

Anonymous
Not applicable

Hi @v-juanli-msft 

 

Seems I was able to fix the problem by changing the column type of FA date for both tables from date/time format to simply date format. Not sure how date/time worked for one table but not the other before, but now both are displaying correctly. 

 

Weird case, but thanks for your guys' help!

Hi @Anonymous ,

 

In your visual, from where is this MONTH-YEAR column coming?

Also, FA_DATE column format is different in both the tables.

 

Thanks,

Pragati

Best Regards,

Pragati Jain


MVP logo


LinkedIn | Twitter | Blog YouTube 

Did I answer your question? Mark my post as a solution! This will help others on the forum!

Appreciate your Kudos!!

Proud to be a Super User!!

Anonymous
Not applicable

@Pragati11

 

It's from a 'Dates' table I made

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