Forum Discussion

usamajadi's avatar
usamajadi
Regular Visitor
8 years ago
Solved

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 in advance 

 

13 Replies

  • Hi You can create a measure with blank function and insert between those bars.Just a workaround 

     


    Measure=blank()

     

    If this post helps, then please consider Accept it as the solution

  • v-yulgu-msft's avatar
    v-yulgu-msft
    Microsoft 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's avatar
      kennyyip
      Helper I
      @ v-yulgu-msft any chance you could illustrate with example with dummy data/formula? I would like to work out the spacing
    • Mouk's avatar
      Mouk
      New Member

      How do you then relate these column values with the related measures? Can you give an exmple for this?

    • Anonymous's avatar
      Anonymous
      Not applicable

      Hi v-yulgu-msft,

       

       

  • I found a very easy solution. Use 'Ribbon Chart' visual

    X-axis = column

    Y-axis = measure

     

    I know it doesn't make any sense! but It works to me.  

    • TechBrad's avatar
      TechBrad
      New Member

      This non-sensical solution actually solved my problem.  Thank you lol

  • Daniil's avatar
    Daniil
    Kudo Kingpin
    Have you tried moving your items from Legend to Axis?