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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
alkor777
Frequent Visitor

Binary data

All our primary keys are stored in binary format, so I can append tables in the query but I can't link tables, As a result, I can't transform data on report level because my primary keys don't show up. Is there any way in dax to transform binary data to another format string, so I can see these column in the report?

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @alkor777,

I am afraid that you are not able to use DAX to transfer binary data to another format string.

Based on my test, when I import SQL Server table which contains binary data to Power BI Desktop, even if I can see the binary data column in Query Editor of Power BI Desktop, the column is removed from the resulting table in Data view and Report view, as shown in the following screenshot.
1.PNG

As stated in this article, this binary data type column is currently not supported in Power BI Desktop, and an idea about this issue has been submitted in this link, please vote it. In your scenario,  you would need to change the data type of primary keys columns in the original data source.

Thanks,
Lydia Zhang

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @alkor777,

I am afraid that you are not able to use DAX to transfer binary data to another format string.

Based on my test, when I import SQL Server table which contains binary data to Power BI Desktop, even if I can see the binary data column in Query Editor of Power BI Desktop, the column is removed from the resulting table in Data view and Report view, as shown in the following screenshot.
1.PNG

As stated in this article, this binary data type column is currently not supported in Power BI Desktop, and an idea about this issue has been submitted in this link, please vote it. In your scenario,  you would need to change the data type of primary keys columns in the original data source.

Thanks,
Lydia Zhang

I found solution to this problem

 

Just select the column that is having binary data in query editer and click right >> transform >> text and it is done. click close and apply you will be able to see the column with appropriate text, which otherwise was not available to see in table view.

 

 

solution to binary.png

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors