Forum Discussion
Anonymous
3 years agoNot applicable
Power BI Data Table in Power Apps
Hi guys! I need to use a data from power BI data set on a gallery in Power Apps. Thats possible? If so, how can i do it? Thanks in advance!!
edhans
3 years agoCommunity Champion
Read only. You could write a DAX query against the dataset. I am not sure if Power Apps can do this natively or if you would need to use Power Automate to do that. That is a question for the Power Apps forum.
But once the query is written it will return a table and you can store that in a collection. But you cannot modify the data in any way. Datasets cannot be written to directly.