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.
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 😞
User | Count |
---|---|
97 | |
76 | |
76 | |
47 | |
26 |