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
ashmeet50
Frequent Visitor

Merging two column charts together

Hello Everyone,

I have made 2 column charts and both of them have different data sources.

Age groups and Reference numbers are different in both the cases.

How can I merge these two graphs where the values on the x axis remain the same and I can see the data like this pictureimage31.png 

 

Untitled.png

2 ACCEPTED SOLUTIONS
v-yulgu-msft
Employee
Employee

Hi @ashmeet50,

 

New a calculated table:

TB3 =
UNION (
    ADDCOLUMNS ( TB1, "Legend", "Source1" ),
    ADDCOLUMNS ( TB2, "Legend", "Source2" )
)

Then, create group bins based on [Age] in "TB3".

 

3.PNG

 

Best regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

Hi @ashmeet50,

 

Above error is caused by typing the DAX formula into a measure.

1.PNG

 

What you need is a calculated table as highlighted in below screenshot.

2.PNG

 

Best regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

5 REPLIES 5
v-yulgu-msft
Employee
Employee

Hi @ashmeet50,

 

New a calculated table:

TB3 =
UNION (
    ADDCOLUMNS ( TB1, "Legend", "Source1" ),
    ADDCOLUMNS ( TB2, "Legend", "Source2" )
)

Then, create group bins based on [Age] in "TB3".

 

3.PNG

 

Best regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hello Yuliana,

I am getting an error message

The expression refers to multiple columns. Multiple columns cannot be converted to a scalar value.

 

Ashmeet Singh

Hi @ashmeet50,

 

Above error is caused by typing the DAX formula into a measure.

1.PNG

 

What you need is a calculated table as highlighted in below screenshot.

2.PNG

 

Best regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Andre_Maciel
Frequent Visitor

You need to create a relationship between this two tables, what is your key field? Maybe you will need to create a auxiliar table, with a distinct list of this key value and then connect this two tables to a new auxiliar table.

 

Show some example of this data, it will help us to demonstrate.

For eg. I have 2 data sets such as

Reference numberAge
xyz12323
ery 24556
asd4545667
vsvc565634
gsfxgvd4545678
asdas34
dsad56
fghfh568

 

and

 

Reference numberAge
ffe533
edf545
eeq5454
qeqe234
ew768
asasas567
e789
sasewd433

 

And the way I am doing right now is

Untitled1.pngUntitled2.png

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.