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
Anonymous
Not applicable

- 100% Showing in Variance %

Hello -  Using the measure below, I am getting the following results in my table.  

 

The -100 % values are for periods (days or months) where we do not have any 2020 values yet.   

 

How can constrain this measure to only show the values with actual comparisons data between 2020 and 2019.     Not the - 100% values ?  

 

YOY Orders Rcvd Var % = ([2020 Sum of Recvd Orders]-[2019 Sum of Orders])/[2019 Sum of Orders]
 
red dots .png
1 ACCEPTED SOLUTION
jdbuchanan71
Super User
Super User

@Anonymous 

Try something like this:

YOY Orders Rcvd Var % = 
IF ( [2020 Sum of Recvd Orders] = 0,
BLANK(),
([2020 Sum of Recvd Orders]-[2019 Sum of Orders])/[2019 Sum of Orders])

View solution in original post

1 REPLY 1
jdbuchanan71
Super User
Super User

@Anonymous 

Try something like this:

YOY Orders Rcvd Var % = 
IF ( [2020 Sum of Recvd Orders] = 0,
BLANK(),
([2020 Sum of Recvd Orders]-[2019 Sum of Orders])/[2019 Sum of Orders])

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.