Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
jujacobowiski
Frequent Visitor

2 or more information in the horizontal axis.

Hi! Maybe it's a very stupid question, but I'd like to know if it's possible to have a chart like this:

Sem título.png

 

Basically I'd like to reply this information in Power BI, but I'm not managing to have in the same chart 2 different y-axis. Is that possible?

Cheers.

1 ACCEPTED SOLUTION

Hi @jujacobowiski,

 

you need a transformation with current data format to fit the legend and Axis of chart:

 

Create new table:

Transform Data = UNION( SUMMARIZE(Table1,Table1[Desempenho - Tema 10],Table1[Label 1],"Label","Forneceores") ,SUMMARIZE(Table1,Table1[Desempenho - Tema 10],Table1[Label 2],"Label","Volume medio (ton/ano)") )

Screenshot 2016-12-15 01.20.47.png

 

If this works for you please accept it as solution and also like to give KUDOS.

Best regards
Tri Nguyen

View solution in original post

7 REPLIES 7
tringuyenminh92
Memorable Member
Memorable Member

Hi @jujacobowiski,

 

I think yes, it's 100% Stacked bar chart: Screenshot 2016-12-15 00.33.58.png

And you dont need to calculate percentage, your data is amount (number value)

 

 

I have this data here: 

 

 

 

But then when I try to plot Label 1 and Label 2 in like a 100% stacked bar chart, I just can put one value, like here:

teste.png

 

I'm sure I'm doing something wrong, but if I replicate what you did and put some value in "axies", it doesn't show me what I wanna see. In my mind I should be able to put Label 1 and Label 2 in "values", so it would appear one below another like in the first pic I sent.

Ha!

I managed to do it, I had to invert my data, putting E1 - E2 - E3 - E4 like rows instead of collumns. Thank you very much!

Hi @jujacobowiski,

 

you need a transformation with current data format to fit the legend and Axis of chart:

 

Create new table:

Transform Data = UNION( SUMMARIZE(Table1,Table1[Desempenho - Tema 10],Table1[Label 1],"Label","Forneceores") ,SUMMARIZE(Table1,Table1[Desempenho - Tema 10],Table1[Label 2],"Label","Volume medio (ton/ano)") )

Screenshot 2016-12-15 01.20.47.png

 

If this works for you please accept it as solution and also like to give KUDOS.

Best regards
Tri Nguyen

Nice!

I did it but manually, good to know there is other way to do! Thank you very much!

Hi @jujacobowiski,

 

i'm sorry about my curiousity, but could you please explain the meaning of Fornecedores, Volume ano and Tema Z ? Cause it's not english words so i could not understand behind meaning ^_^

Of course! haha

Fornecedores = suppliers; Volume = the total amount which was produced. I think it's also written volume in English. And tema is "Issue". Issue Z it's just a general name, could be A, B, C, 1, 2...

 

Thanks for the helping btw! It was very appreciate, especially because I just started in this Power BI life. :9

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.