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!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Hi all,
I have two tables with many to many relationship.
One is actualized numbers, broken down by equipment and month (table a column a) and the other one is forecast number (table b column b) with the same breakdown.
I want to create a measure to subtract columns a and b. It needs to be able to drill down by equipment level.
Does anyone know how should I go about doing it?
I tried to write something like below, but it doesn't work. I guess is because of the many to many relationship..
Calculate(Sum('table a'column a) - Sum('table b' column b))
Thanks
JPY
@JPY , create a bridge table /common dimension table like equipment. date and analyze against them
https://www.seerinteractive.com/blog/join-many-many-power-bi/
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
| User | Count |
|---|---|
| 50 | |
| 42 | |
| 36 | |
| 31 | |
| 29 |
| User | Count |
|---|---|
| 129 | |
| 129 | |
| 59 | |
| 48 | |
| 47 |