Forum Discussion
usamajadi
8 years agoRegular Visitor
Spacing between bars
Hello, Friends I am using the measures for some calculations. Which you are shown in below screenshot but I need space between the bars. if anyone knows, please share their experience. Thank you ...
- 8 years agoThanks for the screenshot. In this case, I would create a parameter table and use its items in Axis.
http://www.daxpatterns.com/parameter-table/
v-yulgu-msft
8 years agoMicrosoft Employee
Hi usamajadi,
As you didn't add any field into chart X-axis area, all the measures added to Value are considered belong to one category. In that case, it is not possible to show space between bars. In your scenario, if possible, you need to create a category column whose values are like Measure1, Measure2, Measure3 and Measure4. Then, create a column or measure which returns corresponding result for each measure name. Add these two new fields into chart, you can see space between each bar.
Regards,
Yuliana Gu
kennyyip
8 years agoHelper I
@ v-yulgu-msft any chance you could illustrate with example with dummy data/formula? I would like to work out the spacing