Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello,
I have a log table which showcases the number of queries executed like below.
Here, the column "Event Time" has a data in date time field (with seconds included as well).
I have a requirement to create visuals to display the number of queries executed per hour in a database for a specific day. Identify the hour with the highest number of queries and the hour with the lowest number of queries executed
What can be the best way to achieve this ?
Solved! Go to Solution.
Step 0: I use your data.
Step 1: I add a 'Date' column on Power Query Editor.
Step 2: I add a 'Hour' column on Power Query Editor.
Step 3: I make a matrix on Power BI Desktop.
Step 0: I use your data.
Step 1: I add a 'Date' column on Power Query Editor.
Step 2: I add a 'Hour' column on Power Query Editor.
Step 3: I make a matrix on Power BI Desktop.
@Rohitb , You can extract hour in Power Query
Proud to be a Super User! |
|