The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
I have cloned a report from an existing workspace A to a new workspace B using ExportReportInGroupAsync() PowerBI v2 API and updated the parameters of that report's dataset using UpdateParametersInGroupAsync(). When I refresh the report's dataset in workspace B using data refresh REST API and then access the report, it shows the data as expected based on the updated parameter values. Now when I download the pbix of the report from workspace B, the parameters still show the old values. Is this an expected behavior?