The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.