Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
En Flujos de Datos vincnulados de Power Apps (Dataverse) surge un error "We cannot convert the value 103008 to type Text." al evaluar la consulta.
Los flujos que tiran del origen se ejecutan ok, pero los que tiran de otros flujos dan ese error.
Y ese error no es de una transformación (ETL) porque me sucede el mismo error en múltiples clientes.
Hi @MatiasZayas,
This is because you somewhere try to use the numerical data as text. E.g. Something like this in PBI will get you the same error = Text.Upper(103008) and this one would not = Text.Upper("103008"). This is because the first case is the number type and the later is the text type.
Kind regards,
John