Forum Discussion
Syndicate_Admin
3 years agoAdministrator
Updating the data
I have a problem that I don't know how to solve. I work with several tables within the same database, which until now updated the data I imported (from the get data, I used the import way) to the da...
- 3 years agoPower bi queries can be import mode or direct query.Import mode loads all the data into the dataset. Then you run reports on the dataset.Whereas direct query get records on request for the report.You can also create composite models which does a bit of both.
speedramps
3 years agoSuper User
Power bi queries can be import mode or direct query.
Import mode loads all the data into the dataset. Then you run reports on the dataset.
Whereas direct query get records on request for the report.
You can also create composite models which does a bit of both.