Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Hello everybody,
I have this doubt. I am using time intelligence and I did a task of getting the porcentual increase comparing the same period of the last year in two ways:
1. I create a new measure called "Utilidad" año Anterior:
Solved! Go to Solution.
Hi @Anonymous ,
According to your description, your error is because the “<alternateresult> ” in the DIVIDE function should be a number but not text. Here’s my solution.
Best Regards,
Community Support Team _ kalyj
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
According to your description, your error is because the “<alternateresult> ” in the DIVIDE function should be a number but not text. Here’s my solution.
Best Regards,
Community Support Team _ kalyj
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous , POwer bi return blank when there is not data, but blank -1 = -1 , it not like null in database
In the second one try like
RETURN DIVIDE(Utilidad,UtilidadPeriodoAnterior,0)-1
I doubt the text creating a problem
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 17 | |
| 12 | |
| 8 | |
| 5 | |
| 4 |