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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
Anonymous
Not applicable

Direct Query unnecessary CAST

We are using a guid column in every table for RLS. In some cases PowerBi does use the column directly as string but in some cases the column gets casted to VARCHAR(64). The datatype in sql server is always the same nchar(36).

 

How can I force PowerBi to use the string as-is and not to cast the value?

1 REPLY 1
Anonymous
Not applicable

Hi @Anonymous ,

 

Sorry, I am not using DQ often, but I thought that Power BI only has type text type and if any text-like would automatically type-defined, it would be converted to this type. There is no string or VARCHAR, or this is what you see when the SQL code runs server-side? From memory, you should be able to define the cast type in the SQL request itself? Something like SELECT CAST(25.65 AS varchar). Did you try this?

 

Kind regards,

JB

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.

Top Kudoed Authors