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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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