Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi
I have these tables:
And I want to plot this chart:
The black area is ok, but the red is returning 32, the sum of Geral column in table Satisfação Interna, I need the specific values for each name, for example Carlos Cunha is 7 not 32
Thanks a lot
Daniel
Solved! Go to Solution.
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
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
Yes! Worked perfectly!!! Thanls a lot! ![]()
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 49 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 86 | |
| 69 | |
| 37 | |
| 29 | |
| 26 |