Forum Discussion
CountMcCracker
9 months agoFrequent Visitor
Hash SHA256 in Dataflows Gen2
Is it possible to create a hash key using the SHA256 algorithm in dataflows gen2? The function I am invoking is returning an error. Is there an issue with the function or is SHA256 not supported? ...
- 9 months ago
Hey, CountMcCracker ,
you have issues because Binary.Hash doesn'T exist.
Check this post to implement it:
https://community.fabric.microsoft.com/t5/Power-Query/SHA256-in-Power-Query-and-DAX-Performance-Analysis-Tools/td-p/2231130
vojtechsima
9 months agoSuper User
Hey, CountMcCracker ,
you have issues because Binary.Hash doesn'T exist.
Check this post to implement it:
https://community.fabric.microsoft.com/t5/Power-Query/SHA256-in-Power-Query-and-DAX-Performance-Analysis-Tools/td-p/2231130
CountMcCracker
9 months agoFrequent Visitor
Thank you much! I really appreciate it!