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.
Please can you help a newbie with this? I am lost.
I have the following data:
date | order number | sales |
1/1 | 1 | 20 |
1/1 | 1 | 30 |
2/1 | 2 | 40 |
2/1 | 2 | 20 |
2/1 | 2 | 50 |
3/1 | 3 | 5 |
I wan tho create a label visualisation which will tell me average order value, so just one number.
So far, using the normal AVERAGE function gives me 27,5 and I need it to show me 55
Solved! Go to Solution.
@Anonymous does this work for you?
measure = DIVIDE(SUM(tbl[sales]),DISTINCTCOUNT(tbl[order number]))
@Anonymous does this work for you?
measure = DIVIDE(SUM(tbl[sales]),DISTINCTCOUNT(tbl[order number]))
exactly that and so simple! thanks
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
147 | |
85 | |
66 | |
52 | |
46 |
User | Count |
---|---|
215 | |
90 | |
83 | |
66 | |
58 |