Forum Discussion
Hide data field from visual?
- 7 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.
I'm not exaclty sure what you want to do but can't you use legends?
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!