Forum Discussion
Group values in column chart/bar chart
- 7 years ago
Hi Anonymous ,
By my tests, the solution of parry2k should be helpful.
I have made a test pbix to reproduce your scenario.
In addition, you could have a reference of the attachment.
Best Regards,
Cherry
Hi,
In the Table where you have dragged the Codes from, create this calculated column formula
=IF(ISBLANK(Data[Codes]),9,Data[Codes])
Hope this helps.
Hi Ashish_Mathur ,
Thanks.
This was the first solution from parry2k .
Please read previous comments.
Thanks
- parry2k7 years ago
Super User
Anonymous I'm you surely checked this but can you use your actual data on x-axis and check if your see (blank) on x-axis or space/nothing, wondering if it is actually not blank but some other non-printed character value, although that would have been captured in switch statement.
Just trying to think out of the box even it is not logical.
- v-piga-msft7 years ago
Resident Rockstar
Hi Anonymous ,
By my tests, the solution of parry2k should be helpful.
I have made a test pbix to reproduce your scenario.
In addition, you could have a reference of the attachment.
Best Regards,
Cherry