Forum Discussion
ashmitp869
8 months agoResponsive Resident
Assistance with Power BI Power Query M Code
I am using Power BI to connect to the Myosh API via the Web API option. Currently, I select Type: Anonymous and Privacy Level: Organizational. Using the base URL directly, I can successf...
- 8 months ago
Hi PhilipTreacy
I found the correct one, I was missing {}filter = {"moduleName:Incident Reporting", "archivedStep:true", "form:2"}
PhilipTreacy
8 months agoSuper User
What results are you getting when using RelativePath?
I notice that in the 2nd query above you have this query parameter
filter = "=moduleName:Incident Reporting&filter=archivedStep:true&filter=form:2"
but shouldn't that be this (without the leading = in the parameter value)
filter = "moduleName:Incident Reporting&filter=archivedStep:true&filter=form:2"
Regards
Phil
- ashmitp8698 months agoResponsive Resident
Hi PhilipTreacy
I found the correct one, I was missing {}filter = {"moduleName:Incident Reporting", "archivedStep:true", "form:2"}