Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
jbrandRPA
New Member

New to DAX and PowerBI - Trying to visualize daily average ticket amounts

I have a table with a list of tickets (transactions), date started, and amount.  I've already created a measure for average ticket amount for the entire table, but now I want to calculate the average per day so that i can show it on a graph

 

image.png

2 REPLIES 2
v-danhe-msft
Microsoft Employee
Microsoft Employee

Hi @jbrandRPA,

If I understand correctly, you could refer to below formula:

Measure = CALCULATE(SUM(Yourtable name[Amount]))/CALCULATE(COUNT(Yourtable name[Day]))
 
Regards,
Daniel He

 

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Greg_Deckler
Community Champion
Community Champion


Take a look at these two Quick Measures as I think you want something like them.

https://community.powerbi.com/t5/Quick-Measures-Gallery/Open-Tickets/m-p/409364
https://community.powerbi.com/t5/Quick-Measures-Gallery/Periodic-Billing/m-p/409365



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.