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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
johnbradbury
Helper III
Helper III

Average Volumes by Date

I have a column called 'Logged Date' which takes the format of 31/08/2018 23:57:14

 

I want to build a bar graph to show the average volume of enteries by day (Monday, Tuesday, Wednesday etc..).

 

 

1 ACCEPTED SOLUTION
v-frfei-msft
Community Support
Community Support

Hi @johnbradbury,

 

I made one sample for your reference.

 

1. Enter the sample data and create a calculated column.

 

weekday = FORMAT(Table1[Time],"ddd")

2. Create a measure as below.

 

Measure = CALCULATE(SUM(Table1[sales]))/COUNTROWS(Table1)

Capture.PNG

 

For more details, please check the pbix as attached.

 

Regards,

Frank

 

 

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

View solution in original post

3 REPLIES 3
v-frfei-msft
Community Support
Community Support

Hi @johnbradbury,

 

Does that make sense? If so, kindly mark my answer as a solution to close the case.

 

Regards,
Frank

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.
v-frfei-msft
Community Support
Community Support

Hi @johnbradbury,

 

I made one sample for your reference.

 

1. Enter the sample data and create a calculated column.

 

weekday = FORMAT(Table1[Time],"ddd")

2. Create a measure as below.

 

Measure = CALCULATE(SUM(Table1[sales]))/COUNTROWS(Table1)

Capture.PNG

 

For more details, please check the pbix as attached.

 

Regards,

Frank

 

 

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.
Ashish_Mathur
Super User
Super User

Hi,

 

Try this

 

  1. Create a calculated column formula to extract the Data from the Date/time stamp Date=INT(Data[Logged Date]).  Format this column as Date
  2. Create a Calendar Table
  3. Create a relationship from the Date column of the Base data table to the Date column of the Calendar Table
  4. In the Calendar Table, write thi calculated column formula to extract the Day of the week DoW=FORMAT(Calendar[Date],"dddd")
  5. IN yoru visual drag DoW from the Calendar Table
  6. Write this measure

 

=COUNTROWS(Data)

 

Hope this helps.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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