Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hi!
I have table that contains the date/time of a signature done by a user since a couple of months. I have duplicated the "Sig Date" column in order to have a dedicated column for the Hour/Minute/Second. That way I can see the SUM of signatures per Hour/Minute/Second.
However, it shows the SUM over the full time period of the table.
What I would like to do next is a line chart that shows the throughput (signatures per second). Y-Axis contains a measure signature per second and X-Axis contains the timeline (ideally this can be drilled down from year down to a day).
The goal is to see the throuput (how many signatures per second) that can be drilled down to a day, showing the signatures per second over a particular day. It should then be possible to identify the peak month or day and drill it down to get the peak hour or even minute where the highest througput was reached. That would also help to understand the peak load that was processed (instead of some sum or averages values).
How could this be achieved? Any hints?
Solved! Go to Solution.
Hi,
You have done a good job. The structure of the table is good for hierarchy. We just need create a custom hierarchy.
Best Regards!
Dale
Hi @heli
Could you please tell me if the solution worked? Please mark it as answer if it worked.
Best Regards!
Dale
Hi,
You have done a good job. The structure of the table is good for hierarchy. We just need create a custom hierarchy.
Best Regards!
Dale
have you created a separate date table?
i would separate out the dates into a different table. I.e
1. create a date table
2. create a relationship between your sign date and the date in the date table
from the little information you have given that might solve the issue, to create a date table see here
https://www.mattmasson.com/2014/02/creating-a-date-dimension-with-a-power-query-script/
Proud to be a Super User!
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 51 | |
| 37 | |
| 35 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 65 | |
| 39 | |
| 33 | |
| 23 |