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.
buen dias para todos
agradezco su ayuda con una consulta necesito replicar una tabla de excel en BI el cual multiplica un valor de mayo por un valor de junio, pero no encuentro la manera de hacerlo, agradezco su ayuda si conocen una forma de lograr el calculo, muchas gracias!!
adjunto imagen de la tabla que esta en excel y el calculo
Hola @Logistica_BI
Puede utilizar PREVIOUSMONTH con CALCULATE
Meausre =
VAR _PrevMonth = CALCULATE ([Measure1], PREVIOUSMONTH (CalendarDate))
VAR _Multiply = [Measure2] * _PrevMonth
REGRESO
_Multiply
Cheers!
Vivek
If it helps, please mark it as a solution. Kudos would be a cherry on the top 🙂
If it doesn't, then please share a sample data along with the expected results (preferably an excel file and not an image)
Blog: vivran.in/my-blog
Connect on LinkedIn
Follow on Twitter
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 |