Forum Discussion
Chart - Clustered Column and line
- 4 years ago
Anonymous
Is this what you are trying to acheive?
Couple of things, Is there any reason that you can't append the you two tables together, they look identical.
Here is a link to a file that I put together to show you what I mean - mohassan99_sample.pbix.
I would also suggest you looking into some basic data modelling concepts in Power BI, I re read your first question about your data model and three relationships - relationships don't work how you think they do.
Thank you
- Anonymous4 years ago
I think I may have to append the tables in a query. Apparently a data relationship is not a join so, yeah, I wasn't sure what they were.
Thank you,
Mo
Hi Anonymous
I would suggest introducing a calendar table and then summing your measures as totals, can you provide some dummy data and I can m show you how.
Thank you
- Anonymous4 years agoNot applicable
Do you mean a date table? PowerBI says:
A date table is a table that meets the following requirements:
- It must have a column of data type date (or date/time)—known as the date column.
- The date column must contain unique values. (Not the case.)
- The date column must not contain BLANKs.
- The date column must not have any missing dates.
- The date column must span full years. A year isn't necessarily a calendar year (January-December).
- The date table must be marked as a date table.
The data looks like:
Query/Data Source 1
Year Provider Value1 2020
1 10 2020 1 10 2020 2 20 2020 2 20 Query/Data Source 1
Year Provider Value1 2021 1 30 2021 1 30 2021 2 40 2021 2 40 - jsaunders_zero94 years ago
Responsive Resident
Anonymous
Is this what you are trying to acheive?
Couple of things, Is there any reason that you can't append the you two tables together, they look identical.
Here is a link to a file that I put together to show you what I mean - mohassan99_sample.pbix.
I would also suggest you looking into some basic data modelling concepts in Power BI, I re read your first question about your data model and three relationships - relationships don't work how you think they do.
Thank you
- Anonymous4 years agoNot applicable
I think I may have to append the tables in a query. Apparently a data relationship is not a join so, yeah, I wasn't sure what they were.
Thank you,
Mo