User Profile
paz
Regular Visitor
Joined 4 years ago
User Widgets
Contributions
What chart to use to show an object between two points (not map)
I am working on a Vehicle Repairs dashboard. I need to show simple chart with a car between two service points: Last service, Next Service. The distance between service points is always 20000 km. And I know how many km a car passed since the last service. What chart to should I use? Something simple as this:Solved514Views0likes3CommentsWeb.Contents Query parameter - multiple parameters with same name
I am trying to run the following API call: https://api.address.com/api/v1?code=xxxxxxxxxxxx&fields=CallerNumber&fields=Date&fields=NumberDialed It runs fine in browser / postman I want to use Web.Contents Query option, but since the API syntax requires me to precede each field with a separate "field=" clause, it gives me error: Expression.Error: The name 'fields' is defined more than once. Here is my PQ: = Json.Document(Web.Contents("https://api.address.com/api/v1?code=xxxxxxxxxxxx", [ Query= [ fields="CallerNumber", fields="Date", fields="NumberDialed" ]])) I cannot use "fields=CallerNumber,Date,NumberDialed" syntax in API, only state "fields=" for each field I tried fields="CallerNumber&fields=Date&fields=NumberDialed" (I thought it would pass it as one string), but it didn't work I do want to use Query option. Any ideas?4.3KViews0likes3Comments
Data Privacy
Microsoft Fabric Community and Privacy
To learn more about how we manage your data, please review the Microsoft Fabric Community Data Privacy guide.