Forum Discussion
jPinhao
10 years agoAdvocate II
Dynamically generate query tables
I'm importing data from an Azure Blob, and then generating some queries to share on the online portal. One of my intermediate queries generates a table of [name][table] like: Query: ALL TABLES
na...
jPinhao
9 years agoAdvocate II
Roshna we now found a solution for this, however it only works at the data loading stage.
Using the R connector, you can read your data source and generate data frames dynamically in R, which are then loaded into Power BI. If you want more info on how we did this let me know.
cdok1091
9 years agoAdvocate II
I'm also interested in dynamically creating query tables using R data frames. Can you send along the solution? Thanks!