Forum Discussion

raj777karthik's avatar
raj777karthik
Icon for Microsoft Employee rankMicrosoft Employee
3 years ago

hash value in power bi

I have a requirement which need to hash columns.

For Example i have userid =EEDD843D8E1C97A309554590BCB885C4EBFBA12039EE408BE441951050EFB6E2 from kusto

and Site id="917b0f2b-7ffe-0003-0000-000000000000" in excel.if i use hash_sha256 in Kusto im able to hash it to userid from kusto.Same i have to do in Power bi.

I need to hash site id from excel  "917b0f2b-7ffe-0003-0000-000000000000" in Power Bi to get this userid "EEDD843D8E1C97A309554590BCB885C4EBFBA12039EE408BE441951050EFB6E2".

Can anyone help me with it