Forum Discussion
Anonymous
4 years agoNot applicable
Json document data in power query
Hi all, can anyone tell my which part of this Json code is worng? I am seeing an error in power query saying " but I don't knwo how to fix it, here is the code let Source = Json.Document...
PC2790
4 years agoCommunity Champion
Hello,
Looks like something wrong with this part of the code:
RelevantResults = PrimaryQueryResult[RelevantResults],
Table = RelevantResults[Table],
Try doing hit and trial by removing this part.
Can suggest more if the sample data can be provided.
Thanks