Forum Discussion
dantbl
6 years agoNew Member
Data Validation Power Bi reports
I have a couple of power bi reports. The reports are getting from data from an azure sql database. I'd like to ensure the data shown on the report is valid. That is the extraction, transformation and...
- 6 years agoYou can validate it by using Data View pane where complete preview of your source data is available.
And also you can take the table visuals and add multiple fields or columns in that table and simultaneously run the query at your azure side and validate the number from the table visuals.
Please hit Thumbs up and mark it as a solution if it helps you.
Tahreem24
6 years agoSuper User
You can validate it by using Data View pane where complete preview of your source data is available.
And also you can take the table visuals and add multiple fields or columns in that table and simultaneously run the query at your azure side and validate the number from the table visuals.
Please hit Thumbs up and mark it as a solution if it helps you.
And also you can take the table visuals and add multiple fields or columns in that table and simultaneously run the query at your azure side and validate the number from the table visuals.
Please hit Thumbs up and mark it as a solution if it helps you.
dantbl
6 years agoNew Member
thank you. I'll check out those suggestions.