Forum Discussion
Anonymous
4 years agoNot applicable
How to import large csv to dataset using powershell
Hi, I'm trying to load a many large csv file into powerbi automatically, and to so i've automate the creation of datasets. However when i try to add rows of data to the dataset in this fashion i...
Hariharan_R
4 years agoSolution Sage
Hi Anonymous
Are you referrring the regular dataset or push datasets?
The following property is by default disabled for the dataset - "addRowsAPIEnabled": false
If you create a dataset directly using the Powershell then the above property is enabled true so you can use Add-PowerBI.
Check - https://petri.com/how-to-push-data-via-powershell-to-powerbi/
Thanks
Hari
Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.
My Blog :: YouTube Channel :: My Linkedin
If I helped you, click on the Thumbs Up to give Kudos.
My Blog :: YouTube Channel :: My Linkedin