Forum Discussion
HaiVN
Helper III
2 years agoChange from "http" to "https" in Power BI querry
Hello, I have several Power BI repports which are published i POwer BI service. Repports get data from a web API. I found that i have to change the website address at Power BI querry from "http//"...
- 2 years ago
Hello,
Yes! Website manager helps to redirect from http to https and I do not need to do anything!
bhanu_gautam
Super User
2 years agoHaiVN , You can use below m code to replace this words
let
ReplacedSource = Text.Replace(Source, "http://", "https://")
in
ReplacedSource
- HaiVN2 years ago
Helper III
bhanu_gautam Do I have to do it in all rapporter?
Cheers! - bhanu_gautam2 years ago
Super User
Yes once for every report and you can also check Sergii24 ,'s response
- HaiVN2 years ago
Helper III
Hi,
Website manager helps to redirect from http to https and I do not have to do anything!