inglexjcPost Patron1 year agobar graph format How do I get Bar Graph to have more space and line up with it's data source? What I have: Spacing and line up I'm wanting: Show More
DekuSuper User to inglexjc1 year agocreate a table like thisyAxis = DATATABLE( "measure", STRING, {{"a"}, {"b"}, {"c"}} ) and a measurexAxis = SWITCH( SELECTEDVALUE( 'yAxis'[measure] ) ,"a", [a], "b", [b], "c", [c] )and add to a stacked bar chart
Related contentBar graph issueBar Graph Color Formatting HelpBar Chart Conditional FormattingConditional formatting for difference between bars?Bar Graph - 2 Different Categories