Forum Discussion
danielsouza
8 years agoHelper III
Stacked column chart is not working
Hi I have these tables: And I want to plot this chart: Thanks a lot Daniel
- 8 years ago
Hi danielsouza,
Make sure there existing a one to many relationship between two tables.
Create below measure and add into to stacked column chart.
val1 = CALCULATE(SUM(Table1[Val1]),RELATEDTABLE(Table2))
Best regards,
Yuliana Gu
v-yulgu-msft
8 years agoMicrosoft Employee
Hi danielsouza,
Make sure there existing a one to many relationship between two tables.
Create below measure and add into to stacked column chart.
val1 = CALCULATE(SUM(Table1[Val1]),RELATEDTABLE(Table2))
Best regards,
Yuliana Gu
danielsouza
8 years agoHelper III
Yes! Worked perfectly!!! Thanls a lot! :catvery-happy: