We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Outputting 2.0GB spatial files to PowerBI

jfha97
7 - Meteor

I have consolidated a large database of relevant location data with polygons, and intend to upload to PowerBI. I have the core output saved as a .yxdb file but need a new file type to output into PBI. My file is greater than 2GB so shapefiles won't work. Maybe I can split the output into a couple of shp files but dont really want to stack them in PowerQuery (I try to avoid PQ at all costs - but if it is the only way I am fine with it).

 

I tried outputting as geojson but can't seem to get it to work.

 

PS: I am using the reporting tools for early visuals, but the powers that be want an "interactive and cool" tool.

 

Any ideas are welcome!

 

Thanks!

3 REPLIES 3
caltang
17 - Castor
17 - Castor

Have you tried a direct PowerBI output, skipping the YXDB portion? https://help.alteryx.com/current/en/designer/tools/connectors/microsoft-power-bi-output-tool.html 

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
jfha97
7 - Meteor

@caltang thank you so much for your response.

Interesting idea, I have not tried it but I will and will come back to you with results.

 

Also for context, was able to refine my data before the spatial match portion of the workflow and was able to get the file down to 1.5GB so will try the .shp output. However, for anyone still looking for a solution, please look below in the thread to see if the PowerBI output worked.

jfha97
7 - Meteor

@caltang I tried running it and apparently PowerBI does not like Alteryx SpatialObj data type so it throws an error.

 

So to anyone still needing a solution, your best best is to split the stream if greater than 2GB into a couple of .shp files and union back with PQ.

Labels
Top Solution Authors