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!View all the Fabric Data Days sessions on demand. View schedule
Estimados todos
Estoy usando la siguiente fórmula, para crear Categoría usando la columna Envejecimiento del inventario
Solved! Go to Solution.
@vjnvinod prueba esto:
Category =
VAR __days = 'Open Orders'[InventoryAgeing]
RETURN
SWICH ( TRUE(),
ISBLANK ( __days ), "No Conclusion",
__days < 0, "Production Delay",
__days > 0, "Delayed Sales",
__days = 0, "Good Business"
)
Revisa mi último video sobre Filtros y minigráficos https://youtu.be/wmwcX8HvNxc
Yo lo haría ❤ Elogios si mi solución ayudó. 👉 Si puede dedicar tiempo a publicar la pregunta, también puede hacer esfuerzos para felicitar a quien ayudó a resolver su problema. ¡Es una muestra de agradecimiento!
⚡ Visítenos en https://perytus.com, su ventanilla única para proyectos/formación/consultoría relacionados con Power BI.
@vjnvinod prueba esto:
Category =
VAR __days = 'Open Orders'[InventoryAgeing]
RETURN
SWICH ( TRUE(),
ISBLANK ( __days ), "No Conclusion",
__days < 0, "Production Delay",
__days > 0, "Delayed Sales",
__days = 0, "Good Business"
)
Revisa mi último video sobre Filtros y minigráficos https://youtu.be/wmwcX8HvNxc
Yo lo haría ❤ Elogios si mi solución ayudó. 👉 Si puede dedicar tiempo a publicar la pregunta, también puede hacer esfuerzos para felicitar a quien ayudó a resolver su problema. ¡Es una muestra de agradecimiento!
⚡ Visítenos en https://perytus.com, su ventanilla única para proyectos/formación/consultoría relacionados con Power BI.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!