Forum Discussion
API request what needs HMAC SHA-256 encryption
- 4 years ago
Hi NaukkaUKKO ,
There is no HASH encryption in Power Query. But, Power Query supports Python script. Then you can copy the code you provided in Power query.
The type of python script result is json, you can use power query funtion Json.Document() to receive this result.
Run Python Scripts in Power BI Desktop - Power BI | Microsoft Docs
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi NaukkaUKKO ,
There is no HASH encryption in Power Query. But, Power Query supports Python script. Then you can copy the code you provided in Power query.
The type of python script result is json, you can use power query funtion Json.Document() to receive this result.
Run Python Scripts in Power BI Desktop - Power BI | Microsoft Docs
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.