Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I have a DAX measure to return a peak hourly value in a table called System_Load:
Peak System Load = MAX(System_Load [Hr Sys Load])
I can build the following table with this expression - this represents the peak value for each month with the year filter applied:
I need to be able to calculate the corresponding date and hour that these values occurred to be able to build a table similar to this:
My raw data table looks like the following:
Your assistance is greatly appreciated!
@nick_potts, I am able to create a matrix visual for the table itself but I do need a measure to return the individual dates to use as a basis for graphs in a separate data table and haven't quite wrapped my head around that. Any help is appreciated.
Just pase here a values from that table so we can copy it 😉 Sample data needed.
Proud to be a Super User!
This looks like it'll be a matrix visual with the hour as your row then date and day of week as your columns. You might even be able to drop that previous measure for peak load as your value. It should use context to filter down to the hour and date. You'll need to make a day of week column on that table using the date field
Can you share a PBIX file with sample data or a table so everyone can copy and paste it? 🙂
Proud to be a Super User!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
84 | |
75 | |
68 | |
41 | |
35 |
User | Count |
---|---|
102 | |
56 | |
52 | |
46 | |
40 |