There was an error while loading. Please reload this page.
Please add this line in your psm1 file to force TLS1.2.
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
PowerBI API no longer accepts 1.1.
Best regards, Alex
Please add this line in your psm1 file to force TLS1.2.
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12PowerBI API no longer accepts 1.1.
Best regards,
Alex