I have a paginated report using a Power BI dataset as the report source. The Power BI dataset has a measure called Starting Balance:
Within the Power BI dashboard, this works fine. It just grabs the start date from the date slicer.
However, what I'd like to do is allow the user to select the start date from the paginated report and pass that value into the dax measure.
I've tried researching methods for achieving this, but I'm still new to paginated reports and I'm not sure where to look. Is something like this possible? Is there a better approach?