Forum Discussion

Junaid46's avatar
Junaid46
New Member
10 months ago
Solved

Unable to Change Data Type of String in PowerBI - Dataset Published via Alteryx Power BI Output Too

Hi, We are publishing data from Alteryx Designer to Power BI Service using the Power BI Output Tool, which pushes data via the Power BI REST API. During this process, we encountered a limitation do...
  • Junaid46's avatar
    Junaid46
    9 months ago

    Yes, the issue is now clear after reviewing the information provided by the contributors.

    Since push datasets created through the REST API don’t support Power Query or transformations, the inability to change data types inside Power BI is expected behavior. Also, as confirmed, external tools like Alteryx cannot write directly into Dataflows because Dataflows do not expose a row-level write API.

    At this point, it seems the only workable approach is to stage the data in an intermediate source such as Azure SQL, SharePoint/OneDrive, or Dataverse, and then use a Dataflow to perform proper transformations including DateTime conversion. We will explore these options on our side.

    Thank you again for the clarification and guidance.