Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Model Name | Price |
A | 10 |
B | 20 |
C | 30 |
D | 40 |
1. how do i add 20% to price column(for each row)
2. how do i add 20% to total price
Solved! Go to Solution.
New column = [Price]*1.2
Create a measure that will give 20% ast row level and 20 % at gt level
Sumx(Table,[Price]*1.2)
New column = [Price]*1.2
Create a measure that will give 20% ast row level and 20 % at gt level
Sumx(Table,[Price]*1.2)
User | Count |
---|---|
116 | |
73 | |
60 | |
48 | |
48 |
User | Count |
---|---|
171 | |
122 | |
60 | |
59 | |
56 |