This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hi everyone,
Sorry, it's a confusing topic, but hear me out.
I have two tables, and one includes an 'Increase %' column, one per each 'Category'.
Say
Category: Fruits
Increase%: 5%
It's connected (one-to-many) with another one.
Second table:
Category: Fruits
Good: Apples
Amount: 100
Basically, I created a sumx(Amount) measure. Then another one for Increase%, but that one is using AVG?
It works fine for the lines (Apples are 100 * 5%), but the total is just wrong. It's calculating the AVG, and it should just add the lines.
Any chance of a solution, please?
Alice
Solved! Go to Solution.
@AliceW ,Create a new column using related on use that in measure
New column in Table 2
New column Increase = related(First[Increase%]) * [Amount])
new measure =
Measure Increase =Sumx(Second, related(First[Increase%]) * [Amount])
Yes, thank you. I went with the column.
The cherry on the cake to solve my matrix problem was to create a MEASURE, Increase = Divide(Amount/Total), and this way a matrix will have the proper totals.
@AliceW ,Create a new column using related on use that in measure
New column in Table 2
New column Increase = related(First[Increase%]) * [Amount])
new measure =
Measure Increase =Sumx(Second, related(First[Increase%]) * [Amount])
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 30 | |
| 28 | |
| 23 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 49 | |
| 47 | |
| 41 | |
| 21 | |
| 19 |