Forum Discussion

govind_021's avatar
govind_021
Super User
8 months ago
Solved

Power BI Paginated Report Parameter Mapping Error

Hi Everyone, I need some help. In Power BI Report Builder, I created a parameter for a Calculation Group column, along with other parameters like Location, Year, etc. My data source is Analysis S...
  • v-sshirivolu's avatar
    v-sshirivolu
    7 months ago

    Hi govind_021 ,

    I was able to reproduce this end to end using a simple repro setup. I used a disconnected Period table in a slicer, handled the MTD/QTD/YTD logic entirely through DAX, and mapped that same Period field to a paginated report parameter. This works correctly even without creating any physical relationships in the model.

    In Power BI Desktop, the Paginated Report visual acts only as a parameter passing surface. It does not depend on the Power BI data model or relationships instead, it simply passes scalar values from Power BI to the paginated report. Because of this behavior, using a disconnected table for parameter mapping is valid and supported.

    After adding a Date context to the report, the MTD, QTD, and YTD selections evaluated as expected in the Power BI visuals, confirming that the dynamic behavior is driven by DAX rather than relationships. At the same time, the paginated report correctly receives the selected parameter value, demonstrating that parameter mapping works independently of physical relationships.

    Thank you.