Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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