Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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.