The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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 |
---|---|
15 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
24 | |
20 | |
12 | |
10 | |
7 |