I am trying to publish multiple tables to same Power BI dataset. They all have the same dataset name but have different table names. For example if I have 3 tables (Table_A, Table_B, Table_C), I would want the three tables to show up under Dataset_Test in Power BI online. However, when I go to Power BI I see three different datasets with the exact same name.
Dataset_Test containing Table_A
Dataset_Test containing Table_B
Dataset_Test containing Table_C
I know this can be done somehow because if you publish directly from Power BI desktop you get a single dataset with the multiple tables within it. Thoughts on his this can be done?
Solved! Go to Solution.
Hello @shep123,
The tool is designed to upload one table. However, you can join, union, or blend the tables together in Alteryx to create a single table for upload to PowerBI
The issue is that these are completely different tables. The only common field is date but you can't join the tables by date because there are multiple records for each date and it is not constant across tables. I need to be able to publish multiple tables under one dataset. Based on your explanation this is not possible, correct?
You are correct. It is not possible to multiple tables to the same dataset in power bi directly from Alteryx unless the data can be blended or unioned into one table.
Thanks,
This is a limitation of the Power BI REST API - vote it up here!: https://ideas.powerbi.com/forums/268152-developer-apis/suggestions/10445529-add-rest-api-call-to-add...