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 August 31st. Request your voucher.
I'm trying to create a measure that calculates a flat 30% off the values of a different measure.
I've tried the following, which doesn't seem to calculate properly:
Solved! Go to Solution.
Hi @js124
If you want 30% OFF, try:
M1 = SUM('Sheet1'[Revenue]) * (70/100)
If you want 30% of the value:
M2 = SUM('Sheet1'[Revenue]) * (30/100)
Hi @js124
If you want 30% OFF, try:
M1 = SUM('Sheet1'[Revenue]) * (70/100)
If you want 30% of the value:
M2 = SUM('Sheet1'[Revenue]) * (30/100)
User | Count |
---|---|
10 | |
9 | |
6 | |
6 | |
5 |
User | Count |
---|---|
20 | |
15 | |
14 | |
10 | |
7 |