Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I have Hex Value showing up as a Binary content in PBI desktop (ConversationIndex in MSExchange Attribute object)
On expanding this Binary column, I get to see some Unicode characters and not exactly numeric/ hexadecimal values.
Is there a way I can convert the Binary content to Hex or interger/ numeric value?
Thanks,
Mannu
Solved! Go to Solution.
Hi @Anonymous,
Maybe they aren't hex value or numeric value. You just need a custom column like this.
Binary.ToText([Attributes.ConversationIndex])
Best Regards,
Dale
@Anonymous did find a solution? i have same problem....Active Directory objectGUID field is showing is Binary and when i convert it using Binary.ToText..it does not give me original GUID value
Guid.From(Binary.ToText([Binary],1))
@flynt1938 i tried this,,,its converting to same format..but thevalue does not match the original value
Hi @Anonymous,
Please refer to the solution here. You can also try out the demo here.
=List.Accumulate(Text.ToList([ToText]), 0, (state, current)=> state*2 + Number.From(current))
Best Regards,
Dale
Hi @Anonymous,
Maybe they aren't hex value or numeric value. You just need a custom column like this.
Binary.ToText([Attributes.ConversationIndex])
Best Regards,
Dale
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
71 | |
70 | |
43 | |
31 | |
26 |
User | Count |
---|---|
89 | |
49 | |
44 | |
38 | |
37 |