Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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:
Hi @inglexjc,
As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for the issue worked? or Let us know if you need any further assistance?
If our response addressed, please mark it as Accept as solution and click Yes if you found it helpful.
Regards,
Vinay Pabbu
Hi @inglexjc,
As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for the issue worked? or Let us know if you need any further assistance?
If our response addressed, please mark it as Accept as solution and click Yes if you found it helpful.
Regards,
Vinay Pabbu
Hi @inglexjc,
If this post helps, then please consider Accepting as solution to help the other members find it more quickly, don't forget to give a "Kudos" – I’d truly appreciate it !
Regards,
Vinay
Swap from clustered to stacked bar chart, and move the field in the legend to categories
When I do that:
I get this:
create a table like this
yAxis =
DATATABLE(
"measure", STRING,
{{"a"}, {"b"}, {"c"}}
)
and a measure
xAxis =
SWITCH(
SELECTEDVALUE( 'yAxis'[measure] )
,"a", [a],
"b", [b],
"c", [c]
)
and add to a stacked bar chart
Do I have to do a, b,c I want it to read Offline 3-4 weeks ect. Also what am I doning wrong if I can have it list out the weeks?
Looks like table worked:
The xAxis measure is not working.
A, b, c was a example
Your error doesn't make sense in context of the measure that is shown.
The measure will only work if [offline ..] are measures, not columns.
They are measures, so what do I do?
I'm guessing there isn't a solution to this?
Does this help?
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
76 | |
75 | |
56 | |
38 | |
34 |
User | Count |
---|---|
99 | |
56 | |
51 | |
44 | |
40 |