The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I have tables as below and created measures for each tables.
first three tables belong to company M and next three with company IQ.
I wanted to display the measure in stacked bar chart as above with company name as category. how can we do that ??
Table name | Measure name |
M-IDMismatch | |
CountOfTableM-IDMismatch | |
M-NameMismatch | |
CountOfTableM-NameMismatch | |
M-NameMismatch | |
CountOfTableM-NameMismatch | |
IQ-IDMismatch | |
CountOfTableIQ-IDMismatch | |
IQ-NameMismatch | |
CountOfTableIQ-NameMismatch | |
IQ-NameMismatch | |
CountOfTableIQ-NameMismatch |
Solved! Go to Solution.
I created new columns mentioning each company name, and merged all tables. then i was able to add the data into stacked bar graph with catergory
I created new columns mentioning each company name, and merged all tables. then i was able to add the data into stacked bar graph with catergory