The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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)
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
113 | |
79 | |
77 | |
43 | |
39 |
User | Count |
---|---|
150 | |
117 | |
67 | |
64 | |
56 |