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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
rjg2g11
Advocate I
Advocate I

Zero Index Calculation suddenly stopped working

Hello, 

 

I have logged into Power Bi this morning, both Service and Desktop, and one of my calculations have broken. I havent refreshed the data nor changed anything. Please see below a before and after, and also my DAX measure.

 

image.pngimage.png

Index Reportable Owner = 
VAR w1 =
   SELECTEDVALUE(EPOS[Week End Date])
VAR w2 = 
    MIN(Dates[Week End Date])
RETURN
    IF (
        w1 >= w2,
        [Share - Reportable Owner]
            - CALCULATE ( [Share - Reportable Owner], EPOS[Week End Date] = w2),
        BLANK ()
    )

 

 

Can anyone advise?

1 ACCEPTED SOLUTION
v-yuezhe-msft
Employee
Employee

@rjg2g11,

What is your data source? Have you checked that if the data source is changed? And could you please verify that if the data in your table matches the output of the second chart?

Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-yuezhe-msft
Employee
Employee

@rjg2g11,

What is your data source? Have you checked that if the data source is changed? And could you please verify that if the data in your table matches the output of the second chart?

Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

@v-yuezhe-msft

 

Hi, 

 

This has now been resolved - there was a change in our data warehouse that impacted my charts!

 

Thanks for you input

 

Rob

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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