Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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)
| User | Count |
|---|---|
| 15 | |
| 8 | |
| 6 | |
| 5 | |
| 5 |