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.
showy
1 year agoHelper II
Hi ty for your effort. It looks realy promising.
Eveything works but today doenst. Do you have an idea why today dont works?