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
ArchStanton
Impactful Individual
Impactful Individual

Same measure showing 2 different values on same page

Hi,

Can anyone explain why this measure all of the sudden is showing 2 different totals? The Card is showing a total of 1 but the exact same measure is 7,000+ (which is the correct total).
A customer just called me to point this out in the published report and I simply cannot explain it. Its been fine for 2 years, nothing has changed in the pbix file and this has never happened before.

ArchStanton_0-1738148632138.png


I have copied the column chart and changed it to a Card and the figure is correct so why is this showing 1?

The measure is: 

 

YTD Closed Cases 3 = CALCULATE(
    TOTALYTD(COUNT('Cases'[Case Number]),
        'Cases'[Resolution Date],"31/03"),
            'Cases'[statecode] = "Resolved")

 

This published report automatically refreshes just after midnight each day.
This is so weird, is it a bug?

1 ACCEPTED SOLUTION
ArchStanton
Impactful Individual
Impactful Individual

I think I've figured out what has happened, I have a second calendar 'Date' table that I need to fix.

Thanks for replying!

View solution in original post

2 REPLIES 2
Uzi2019
Super User
Super User

Hi @ArchStanton 

 

Did you check the filter been applied to both the visual??

Uzi2019_0-1738150679473.png

 

 

Might be visual level filter is being apply to card visual... please check 

 

If possible share the pbix so that we can have a look..

 

I hope I answered your question!

 

Don't forget to give thumbs up and accept this as a solution if it helped you!!!
ArchStanton
Impactful Individual
Impactful Individual

I think I've figured out what has happened, I have a second calendar 'Date' table that I need to fix.

Thanks for replying!

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Top Solution Authors