Forum Discussion
Hide data field from visual?
- 6 months ago
Hi eliseglines
Currently, the only way to visually hide an x-axis field is by substituting it with an equivalent representation that uses invisible characters. In the image below, I ranked the category fields and use the number to repeat a no-width space character represented by UNICHAR ( 8203 )
Please see the attached pbix.
danextian thank you very much - with your help I was able to create an invisible category so the claimant name is no longer on the graph.
Just to confirm, then - there is no way to group the litigated cases on the graph? For instance, rather than showing three individual columns (each representing a distinct point from the invisible category)- no way to group yes/no litigation by provider?
really appreciate your help- thank you!
- danextian6 months agoSuper User
I'm not exaclty sure what you want to do but can't you use legends?
- eliseglines6 months agoFrequent Visitor
Thanks - I'm using legends for showing yes/no litigated cases. But the columns along the x-axis (dictating the invisible category) are still separated. For instance, the invisible category has A, B, C. A and B are "yes" litigated - shown in blue. C is "no" litigated - shown in red. Rather than there being one yes and one no column (2 in blue, 1 in red) - there are three distinct columns each with a count of 1. Two of these are blue and 1 is red.
I was trying to see if I could bypass the invisible category field separating the data such that all litigated cases could be grouped together.
I really appreciate your help - it was cool to get code that worked!