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
Hello people.
I have this problem. I want to show in a table the average sales for each day of the week, i.e. the average sale on Mondays, the average sales on Tuesdays, and so on.
My DailySales table is related to the calendar table through the columan Date. I have a measure called Sales Valuation that adds up all the values in the SalesAppreciation column of the DailySales table.
In addition to the sum of the sale on Monday, I do
I hope someone can help me
Solved! Go to Solution.
create day of week col in the calendar table.
drag it to the visual table.
create the following measure :
averagex ( values ( calendar_table[day of week col ] , [your measure]
)
let me know if this helps.
If my answer helped sort things out for you, i would appreciate a thumbs up 👍 and mark it as the solution ✅
It makes a difference and might help someone else too. Thanks for spreading the good vibes! 🙏v
create day of week col in the calendar table.
drag it to the visual table.
create the following measure :
averagex ( values ( calendar_table[day of week col ] , [your measure]
)
let me know if this helps.
If my answer helped sort things out for you, i would appreciate a thumbs up 👍 and mark it as the solution ✅
It makes a difference and might help someone else too. Thanks for spreading the good vibes! 🙏v
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.
User | Count |
---|---|
112 | |
80 | |
75 | |
52 | |
50 |
User | Count |
---|---|
132 | |
124 | |
78 | |
64 | |
61 |