Forum Discussion

mcody's avatar
mcody
Frequent Visitor
6 years ago
Solved

Modify SQL query paramters from Report running on service

Hi, Would likre report user to be able to change start/end date for report (on service) and send parameters to SQL to retrieve dataset.   I can add parameters on Power BI desktop but cannot figure...
  • TomMartens's avatar
    TomMartens
    6 years ago

    Hey mcody ,

     

    what you are looking for is not possible, as Bamak already mentioned. Parameters are not an interactive feature, and for this: using dataflows will be of no help.

     

    Consider using directquery, here data "remains" inside the source system. But be aware, that this means you need a star schema (this means a dwh), if you have to avoid importing all possible data.

     

    Regards,

    Tom