Forum Discussion
harry1848
3 years agoFrequent Visitor
Power Apps Integration - Calling column values with PowerBIIntegration.Data
Description: I have a Power BI report with a Power Apps integrated visual (create new NOT use existing). On the first page of the report, I have a series of filters and slicers that reduce my data ...
- 3 years ago
You might be mixing a couple of slightly incompatible concepts. SQL Server Analysis Services are multidimensional cubes - they are not databases. Dataflows are flat csv (well, Parquet) files. If you want to connect to SSAS from PowerApps you will have to run a MDX query that pulls the required data into a flat format that you can then use into a gallery.
lbendlin
3 years agoSuper User
I need to access the entire column of [@PowerBIIntegration].Data.'ColumnName' instead of only the values it passes along
then what's the point of passing the data along (or using Power Bi at all)? You users may not understand what is happening.