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 August 31st. Request your voucher.
Hi,
I think the answer to this is not possible, but there may be a workaround I hadn't thought of.
I have a table in my data model which is populated by data from a webservice RestAPI. Request is sent and returned using json.
This particular table will only return results if you send in the request body a filter operator to specify a single date from the As Of Date field of the table, to return the results. This is all achieved in M.
In my report canvas there is a date picker. I was wondering if you can pass the date chosen by the user here as a sort of parameter to the query in M, run the query again to refresh the data with the new date, and that new refreshed data is now utilised in the report.
Is it possible? If not, is there a workaround? This must also work in the Service too as most people will be viewing the report in the browser there.