TabularEditor / TabularEditor

This is the code repository and issue tracker for Tabular Editor 2.X (free, open-source version). This repository is being maintained by Daniel Otykier.
https://tabulareditor.com
MIT License
880 stars 215 forks source link

Deploy BIM file to Power BI premium workspace #994

Open poocuser opened 2 years ago

poocuser commented 2 years ago

Hello,

I'm trying to deploy a bim file in my repo through TE to PowerBI, i've followed your doc and tested differents ways to setup the connection but i still have a problem deploying my BIM file as a new dataset to PowerBI, my action below

`name: DeployBIM on: workflow_dispatch: jobs: build: runs-on: windows-latest environment: MyEnvironment name: DeployBim steps:

The error below says that the server is not running image

Question: do i need to specify the name of the new dataset like in the $connection_string var ? NB: the dataset does not exist yet i want to create a new one from my BIM file, is that possible?

Thank's in advance for your help

poocuser commented 2 years ago

Solved following this guy: https://www.youtube.com/watch?v=8NHVFuvHwoI