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.
hiiii
i have a line graph which needs to display past 2 months data and current month data
i have the formula as well but it is not showing any graph
https://drive.google.com/file/d/1lTcK5CQsdl3rteKc5GLimkEmjcjPDGR7/view?usp=sharing
Solved! Go to Solution.
@greeshma ,
El primer paso es hacer clic en el enlace "Ver detalles", dice que hay un error en la comparación de dax: está intentando comparar entero y texto.
La segmentación seleccionada obtiene el nombre del mes y intenta compararlo con el número de mes.
Hola @greeshma ,
el error DAX es que [Selected Slicer] devuelve el MonthName y no el Mes (No.)
Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials
@greeshma ,
El primer paso es hacer clic en el enlace "Ver detalles", dice que hay un error en la comparación de dax: está intentando comparar entero y texto.
La segmentación seleccionada obtiene el nombre del mes y intenta compararlo con el número de mes.