Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Anonymous
Not applicable

Converting Binary to hex value or numeric value

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

1 ACCEPTED SOLUTION

Hi @Anonymous,

 

Maybe they aren't hex value or numeric value. You just need a custom column like this.

Binary.ToText([Attributes.ConversationIndex])

Converting_Binary_to_hex_value_or_numeric_value

 

Best Regards,

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

6 REPLIES 6
Anonymous
Not applicable

@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))

Anonymous
Not applicable

@flynt1938 i tried this,,,its converting to same format..but thevalue does not match the original value

v-jiascu-msft
Microsoft Employee
Microsoft Employee

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))

converting_binary_to_hex

 

Best Regards,

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

@v-jiascu-msft,
Thank you for the solution Dale. While I can see that the code seems to work for you,
I m unable to get this working with Binary content related with ConversationIndex from MS Exchange data source (MS Exchange -> Mail --> Attributes (expand) and select ConversationIndex.

I see some Unicode characters and nothing else. Unfortunately, I cannot share the PBIX.

Hi @Anonymous,

 

Maybe they aren't hex value or numeric value. You just need a custom column like this.

Binary.ToText([Attributes.ConversationIndex])

Converting_Binary_to_hex_value_or_numeric_value

 

Best Regards,

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.