Forum Discussion

MarkSL's avatar
MarkSL
Helper V
6 years ago
Solved

Paginated Report - Using URL Parameters and Select ALL

Hi all, Our users require the option to download what they are seeing in a Power BI table into Excel. Rather than allowing them to use the Export Data into CSV option, we would prefer to give them a...
  • MarkSL's avatar
    MarkSL
    6 years ago

    Ok, after much investigation and great support from Microsoft, we found the solution and it was dead simple!

    Set the paginated report up so all parameters are loaded with Default values from the dataset. And then for the URL string passed from the calling Power BI report, only reference a parameter if the user has actually selected a value from a slicer. If the user has selected no values from any slicers (eg Select All), then simply submit the default Paginated Report URL string. If a user has selected a value from a slicer, then modify the URL to include a reference to that particular parameter and its selected values.