Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
I have to sum of the VALOR Column where the NR_IT_PED of the TABLE B is equal to the NR_IT_PED of the TABLE A
Help Please *_*
Solved! Go to Solution.
Hi @Anonymous
Hopefully this measure in TableA will do your job
Measure =
CALCULATE (
SUM ( TableA[VALOR] ),
INTERSECT ( ALL ( TableA[NR_IT_PED] ), ALL ( TableB[NR_IT_PED] ) )
)
Hi @Anonymous
Hopefully this measure in TableA will do your job
Measure =
CALCULATE (
SUM ( TableA[VALOR] ),
INTERSECT ( ALL ( TableA[NR_IT_PED] ), ALL ( TableB[NR_IT_PED] ) )
)
Ty man ;D
sorry I'm a newbie
everything worked
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 23 | |
| 21 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 58 | |
| 53 | |
| 42 | |
| 30 | |
| 24 |