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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register 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
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.
User | Count |
---|---|
9 | |
8 | |
6 | |
4 | |
3 |