Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
10 | |
7 |