Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hello Community - I am hoping there is a Json / Power Query expert out there that can help us with this. It is baffling.
This is an abbreviated version of a dataflow we have (some data changed to protect privacy).
The crazy issue we are having is that this dataflow works perfectly fine...except...if include any dates that are inclusive of June (the 6th month).
If we use the code above it works perfectly fine. Returns a list etc.
HOWEVER...if we change the month to a 06 the dataflow breaks and returns the error below. This happens if we include any date range that includes the 06. However, if we put any month before 06 it also works fine. We cannot at all understand why this is happening anytime the month of June is included in the date range. The error occurs at the first step (source).
Any suggestions are very very welcome.
- check the documentation of your API. Your query string looks rather unusual.
- put the query in the [Query] section of Web.Contents
- examine the returned JSON for the June query. It says there is a period (.) at the start of the JSON?
@lbendlin Can you clarify "put the query in the [Query] section of Web.Contents" ? Not exactly sure what to do.