Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

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 no...
  • v-jiascu-msft's avatar
    v-jiascu-msft
    8 years ago

    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