Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I have a "SOLD" table and a "Orders" table.
I've already create a column that creates a total amount for each product type. I want to take the Total amount from each table and create a measure "SOLD[Total Amount] + ORDERS[Total Amount].
And use this measure to show the Total amount (of both tables together) for each product type. I've tried to use SUMX but the measure aren't showing the correct numbers I need it to.
Can someone show me where I maybe going wrong? Do I need to use a CALCULATE?
Thanks for the help
Solved! Go to Solution.
@SteelChampzz , If they are columns, You need to have measures like
Sum(SOLD[Total Amount]) + Sum(ORDERS[Total Amount])
You need to have common product type table, please refer to how to create
@SteelChampzz , If they are columns, You need to have measures like
Sum(SOLD[Total Amount]) + Sum(ORDERS[Total Amount])
You need to have common product type table, please refer to how to create
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
76 | |
76 | |
55 | |
37 | |
34 |
User | Count |
---|---|
99 | |
56 | |
53 | |
44 | |
40 |