Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hello, I want to calculate an average of a column after modifying it with a multiplication.
This means that I want to calculate the average of:
CA N with discount = [CA N]-[Discount 1]-[Discount 2]
For your information, here are the previous steps which:
Discount 1 = SUM(Account[CA])*0.35
Discount 2 = [Discount 1]*0.1
CA N with discount = [CA N]-[Discount 1]-[Discount 2]
Can you help me?
THANKS!
Gregory
Solved! Go to Solution.
try declare var with this mensure [CA N]-[Discount 1]-[Discount 2] and return average var,
or change your mensure to a custom column, and use this column in average.
try declare var with this mensure [CA N]-[Discount 1]-[Discount 2] and return average var,
or change your mensure to a custom column, and use this column in average.
Thanks, I will try!
Hi @Anonymous ,
Have you solved your problem? If so, can you share your solution here and mark the correct answer as a standard answer to help other members find it faster? Thank you very much for your kind cooperation!
Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
average(CA N with discount) dont work?
No, I got the message: AVERAGE function only accepts a column reference as an argument
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 56 | |
| 40 | |
| 36 | |
| 20 | |
| 18 |
| User | Count |
|---|---|
| 73 | |
| 73 | |
| 38 | |
| 35 | |
| 26 |