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.
I have a column chart with 125 fields, however it is showing 140 fields (15 blank) on the chart. I have tried filtering to "<126" but that does not work:
125 data points
15 blank fields
How can I display the chart with only 125?
Solved! Go to Solution.
Hi @Mr_Fong ,
On the X-axis options, change the Type from continuous to Categorical this will only show the 125 values, another option is to set the end value of the X-axis to 125 (not the best one).
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @Mr_Fong ,
On the X-axis options, change the Type from continuous to Categorical this will only show the 125 values, another option is to set the end value of the X-axis to 125 (not the best one).
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsChanging the X to Categorical did some other weirdness, but limiting the X to 125 worked perfectly!
Thanks!