Forum Discussion
Anonymous
4 years agoNot applicable
Export all source files
Good day. Is there a way to extract all source files from a powerBI project without manually clicking into each table? I have 6 projects wth approx 30 tables each, it will take me a lifetime to do i...
- 4 years ago
I think this is what you need:
bcdobbs
4 years agoCommunity Champion
Ok think I'm understanding!
amitchandak is right I'd install DAX studio. Once in there for each table execute:
EVALUATE TableName
Will return all data and you should have an option to save to csv.
I'm sure you can write a script to automate at least some of that. Will have a look and send some step by step instructions if i come up with anything.
bcdobbs
4 years agoCommunity Champion
I think this is what you need: