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.
Hello,
I've created a measure that multiplies Qty by AVG(unit price). But, when I put that measure in a table, the grand total is performing its original function (that is Qty * AVG(unit price)) instead of summarizing the individuals row values.
According with the screenshot below, the total of 'Total Estoque (#)' column is 156.257,81, which is the result of 6.410 * 24,38, instead of 101.352,97, which is the SUM of the row values in this column...
Can anybody help me please?
Tks in advance.
Solved! Go to Solution.
If “Custo Medio” is a measure, please try to create a measure for “Total Estoque” with formula like below.
Measure = SUMX ( Table1, CALCULATE ( SUM ( Table1[Qtde] ) ) * Custo Medio )
Best Regards,
Herbert
Hi, I need help on this issue as well. I've tried using the formula but it still doesn't work.
May I know how to solve this? Could it be due to the relationship models involved?
The correct formula for Wty$ = (Rate$ * PPMCp) + Consumed_R$NRS)
If “Custo Medio” is a measure, please try to create a measure for “Total Estoque” with formula like below.
Measure = SUMX ( Table1, CALCULATE ( SUM ( Table1[Qtde] ) ) * Custo Medio )
Best Regards,
Herbert
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 |
---|---|
78 | |
76 | |
53 | |
37 | |
31 |
User | Count |
---|---|
101 | |
56 | |
51 | |
45 | |
40 |