Forum Discussion

AITGlobal's avatar
AITGlobal
Regular Visitor
5 months ago
Solved

Dynamic Date Offset Navigator

I am working as Power BI Developer and I am currently working on dashboard. In which I am stuck with one issue, the problem statement as below "Implement a Dynamic Date Offset Navigator that allows f...
  • v-aatheeque's avatar
    v-aatheeque
    5 months ago

    Hi AITGlobal 

    In the current implementation, the delta (number of days) is calculated dynamically from the selected date slicer range. Using a helper table and navigation controls, the report can shift the visible window one step forward or backward based on that delta.

    However, bookmark-based solutions store static states, so supporting continuous multi-step navigation for any arbitrary user-selected range can be challenging with this approach without maintaining additional navigation state.