Forum Discussion
showy
1 year agoHelper II
Dynamic Time X Axis with hourly data
Hello i have the follow problem i have a simple data model (report here ->https://drive.google.com/file/d/1Ud2ZIeDvxvbrlQ2GjieEyHlXGpYSJ3kz/view?usp=sharing) My Facts are on hourly base. I have ...
- 1 year ago
Hi showy ,
Create a field parameter table with the columns you need for aggregation this will be something similar to this:
Parameter = { ("BIS", NAMEOF('F_Energieverbrauch'[BIS]), 0, 1), ("Date", NAMEOF('F_Energieverbrauch'[Datum]), 1, 2), ("Date", NAMEOF('F_Energieverbrauch'[Datum]), 1, 3), ("Date", NAMEOF('F_Energieverbrauch'[Datum]), 1, 4), ("Date", NAMEOF('F_Energieverbrauch'[Datum]), 1, 5), ("Date", NAMEOF('F_Energieverbrauch'[mONTH]), 1, 6) }Now create a relationship one to many between the parameter table and the Datumfilter table now you can have the aggregation has needed.
I have also created a month column for the last aggregation that you need at year level.
Check Bottom chartPlease see file attach.
Anonymous
11 months agoNot applicable
Hi showy,
Just following up to see if the Response provided by community members were helpful in addressing the issue.
If one of the responses helped resolve your query, please consider marking it as the Accepted Solution. Feel free to reach out if you need any further clarification or assistance.
Best regards,
Prasanna Kumar