Forum Discussion
Combining 3 Graph with different data in X axis and Y axis
I have the excel data in following format(attached).There are 3 graphs ,I want to combine them into 1 graph. I have tried using scatter Chart but power BI doesn't allow to add 3-X axis and 3-Y axis.How can I represent this data-what chart type would allow to represent this data OR what can do I do to reoslve this problem..
HI Anonymous ,
Based on the information you share you should create a calendar table (DAX link or M Language link) then create a relationship between that table and the other 3 tables. Use the date calendar column to create your common axis and place the values from the other tables.
Check PBIX file attach.
Regards,
MFelix
3 Replies
- MFelix
Super User
HI Anonymous ,
Based on the information you share you should create a calendar table (DAX link or M Language link) then create a relationship between that table and the other 3 tables. Use the date calendar column to create your common axis and place the values from the other tables.
Check PBIX file attach.
Regards,
MFelix
- MFelix
Super User
HI Anonymous ,
Based on the information you share you should create a calendar table (DAX link or M Language link) then create a relationship between that table and the other 3 tables. Use the date calendar column to create your common axis and place the values from the other tables.
Check PBIX file attach.
Regards,
MFelix
- Maru
Helper I
Perhaps, have an additional column 'type' and use it as a series.