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

Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register now.

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
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

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