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,
I need help on my line chart, it doenst land on zero i read some articles here that i should add + 0 on the measure and check the show items with no data but those two doesnt seem to work.
My Y axis is on text so i count them by using countrows
Appreciate all your comments thanks!
try
CTQ count =
IF (
ISBLANK ( COUNT ( 'CA Raw'[KL / Onshore CTQ/Characteristic] ) ),
0,
COUNT ( 'CA Raw'[KL / Onshore CTQ/Characteristic] )
)
Proud to be a Super User!
Hello, it still doesnt line at zero 😞