paginated url
2 TopicsExport Power BI Paginated Report via URL
Hi, I am trying to export the report to CSV via URL and have tried different combinations without any luck. Report name is PostCode and below is been passed in the URL. http://op-bi-01/PowerBIReports/report/ParentFolder/ChildFolder/PostCode?sPostcode=2000&rs:Format=CSV&rs:embed=true&rc:toolbar=false Q1. What parameter needs to be passed, so that the user gets a prompt to save the file? Q2. Is there a way to specify the filename in the parameter? FYI: 1. Using SQL Server 2019. 2. The report works fine on the browser. 3. The report works fine and exports to CSV and also emails when scheduled through Subscription Any help would be highly appreciated. nrjmatta #PowerBIPaginatedReport2.5KViews0likes3CommentsPaginated Report URL using MultiSelect Power BI Slicer
Hi Community, I am trying to create dynamic URL for paginated report based on my selections in Power BI report(pbix). I have multiselect country slicer and now i want generate dynamic URL for paginated report based on my selections in Power BI Country Slicers. let's say i have selected India and US in country dropdown. I tried to concatenate my selections using "+" delimiter but still no success. I want the dynamic repetation of parameter and value pair based on number of multi-select values. My output should be: PaginatedReportURL?rp:country=India&rp:country=US Thanks, PravinSolved1.8KViews0likes4Comments