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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
mbailey
Helper II
Helper II

Visualize Order Time Patterns

Hi,

I'm Looking for suggestions on how to best "visualize" Order Time patterns.

Data source is SQL table with the Year, Month, Day, Time, and Hour that every Order is entered into our system.  Example data is below.  I want to create a visual that shows what time of day orders are entered so we can look for patterns. For example, most orders are entered between 2:00 and 4:00. I was trying to use the Scatter Chart, and a Bubble Chart, but can't get them to come out as I want.

 

Suggestions?

 

Thanks, 

Mike Bailey

 

mbailey_1-1594938632571.png

mbailey_3-1594938700429.png

 

 

 

 

 

3 REPLIES 3
amitchandak
Super User
Super User

@mbailey , put time on the axis on line viual, that will show peak better.

v-kelly-msft
Community Support
Community Support

Hi @mbailey

 

You can first create a calculated column or measure to calculate the count of different time period,using below sample expression:

measure =calculate(count[COLUMN],FILTER(ALL(table),[time]>=2&&[time]<=4))

Then use "heatmap" or "wordcould" visual to better visualize the time period.

 

Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!
mahoneypat
Employee
Employee

This might be a good application of turning a matrix into a heatmap with Days on the columns and Hour on the rows (or vice versa).  Please see this video - https://www.youtube.com/watch?v=aCq9Nz8K_Cs

 

If this works for you, please mark it as the solution.  Kudos are appreciated too.  Please let me know if not.

Regards,

Pat





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

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.