Forum Discussion
Pronocalme
1 year agoFrequent Visitor
Web V2 connection problem
Hello everyone ! I've created a dashboard using a data source from an advanced Web connection, but when I publish this dashboard, the connection becomes a Web connection (and not Web V2 as it sho...
- 1 year ago
Hello,
I recreated my report from scratch and my problem solved itself, without any change in PowerQuery. Thanks for the help !
lbendlin
1 year agoSuper User
ChatGPT is wrong here
Authorization = "Bearer " & Parameters[BearerToken]
Should be
Authorization = "Bearer " & BearerTokenFarhanJeelani
1 year agoSuper User
If BearerToken is directly declared as a parameter in Power BI, we can use it without Parameters[].
But, If it's part of a custom table or query, Parameters[BearerToken] might apply.