Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register now.
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 ?
Solved! Go to Solution.
@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])
@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])
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
76 | |
74 | |
69 | |
47 | |
41 |
User | Count |
---|---|
63 | |
42 | |
31 | |
30 | |
28 |