Open dyutis opened 6 months ago
@dyutis thanks for letting me know. Never found this one.
This is something we van mitigate through the extension.
If you want to do it yourself you could check the below linkL
Appreciate your prompt response!! It would be great if the same upload report operation supports large file as in our case we are trying to upload a huge dataset to a Premium workspace. This extension otherwise works great and makes life easier, hence having it included would be awesome. Thanks again for considering this!!
If you want to do it yourself you could check the below linkL
Went through the script, quick question: it looks like when this temporary location is created, we can't pass any preference on which storage account to be used, is that it? Let's say I have multiple subscriptions under one tenant, where will this temporary storage be created?
Have you tried to add lfs: true
?
Example if you use a yml file:
steps:
- checkout: self
lfs: true
- task: PowerBIActions@5
...
Describe the issue Power BI Action only supports pbix file less than 2GB in size. How to deploy pbix dataset file which is larger than that. Any plan of mitigating this issue through the extension itself?
Extension