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'm trying to add a column that that takes Ext Retail value (row level) and divides it by the sum of Ext Retail column value.
For example, the first row of $5007/$138,626 should return 0.03611. I tried a measure and calculated column but getting 1.00.
Any suggestions?
Solved! Go to Solution.
@Anonymous ,
Try this:
Measure = SUM(TABLE[Ext Retail]) / CALCULATE(SUM(TABLE[Ext Retail]), ALL(TABLE[ITEM ID]))
User | Count |
---|---|
16 | |
15 | |
14 | |
12 | |
11 |
User | Count |
---|---|
19 | |
15 | |
14 | |
11 | |
9 |