Forum Discussion
Anonymous
6 years agoNot applicable
Line chart from 3 tables
Hi, I have 3 tables as below: ManufTable: ManufId ManufName 1 ManufA 2 ManufB 3 ManufC MonthTable: MonthId MonthShortName MothFullName 1 Jan-19 January 2 Feb-...
- 6 years ago
Hi Anonymous ,
Make the following relationships:
- Manuf - Sales -> one to many
- Month - Sales -> one to many
Then create a line chart with the following format:
- Axis - MonthShortName
- Legend - ManufName
- Values - Sales
You can then use a slicer to filter the months.
Check PBIX file attach.
Regards,
MFelix
MFelix
6 years agoSuper User
Hi Anonymous ,
Make the following relationships:
- Manuf - Sales -> one to many
- Month - Sales -> one to many
Then create a line chart with the following format:
- Axis - MonthShortName
- Legend - ManufName
- Values - Sales
You can then use a slicer to filter the months.
Check PBIX file attach.
Regards,
MFelix
- Anonymous6 years agoNot applicable
Perfect! Thank you so much. Just as I wanted it to be :)