Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Powershell Code:.
$type ="P"
$version="1"
$marker="DP"
$path="piserver\test:sinusoid.pv"
$enc = [system.Text.Encoding]::UTF8
$data = $enc.GetBytes($path.ToUpperInvariant())
$result=[System.Convert]::ToBase64String($data)
$result=$result.trimend("=").replace("+", "-").replace("/", "_")
$webid=$type+$version+$marker+$result
$webid
Stuck at the getbytes part.
Solved! Go to Solution.
= List.Transform(Text.ToList("YXGXWFEDGF"),Character.ToNumber)
= List.Transform(Text.ToList("YXGXWFEDGF"),Character.ToNumber)
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 19 | |
| 10 | |
| 9 | |
| 7 | |
| 6 |