Hi,
There are lots of posts on this issue and i have tried the suggestions but still the issue for me is not resolved.
I have a PBI rapport set up in the following way.
The Table is live so that every change is visible as soon as the Save button the PowerApp is hit.
The issue is that when i click on a record/line one of the following happens:
There are couple of things i have done to try to solve the issue:
Refresh('MSSQL Datasource');;
ResetForm(Name of form)
So, my LiveTabel had columns from both liveTabel and factTabel
I have removed the columns from factTabel that i was showing in the liveTabel view. This improved the app a bit.
Hi @aftabp ,
If you have a form in PowerApps and it shows "Getting your data" and you do not see the data it means its waiting for the Form command to load which you might have not passed.
To initiate the Form for creating new Record, use 'NewForm(<FormName>);' in PowerApps and for updating existing record use 'EditForm(<FormName>);' (Make sure you pass the Record in the 'Item' property of the Form to show related details.
Hope this helps
No measure filter on PowerApps
Do you have a measure filter on the PowerApps visual that makes sure it is only active when a single row in the table visual is selected?