Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
RMoodliar
New Member

Measure

Good day,

Please advise the best function to use in measure to check for the completion of information across all columns. I have for example user personal infromation (Name, suranme, ID number, address, and more) however not all this information is available and I would like to measure who has completed all the reqiured fields and who have not (blank cells or Select Option). to make this more complicated I have to get the personal information form 3 different data lists.

1 ACCEPTED SOLUTION
ibarrau
Super User
Super User

Hi. Measures are calculations to get numbers. The issue you describe sounds like you need to know which rows are not completelly loaded and contain at least one blank. If I'm correct and that's the case, I would say that you need a new column as a flag to filter rows. A column created at power query checking if one of the columns is blank then the row is uncompleted.

Maybe you can also try an external tool. It's DataQualityReport. It will shown a report on how the data is loaded. I'm not sure the report will show you all the things you need, but you can try it. Link: https://github.com/ladataweb/data-quality-report/releases/tag/v0.1

I hope that helps,


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Happy to help!

LaDataWeb Blog

View solution in original post

1 REPLY 1
ibarrau
Super User
Super User

Hi. Measures are calculations to get numbers. The issue you describe sounds like you need to know which rows are not completelly loaded and contain at least one blank. If I'm correct and that's the case, I would say that you need a new column as a flag to filter rows. A column created at power query checking if one of the columns is blank then the row is uncompleted.

Maybe you can also try an external tool. It's DataQualityReport. It will shown a report on how the data is loaded. I'm not sure the report will show you all the things you need, but you can try it. Link: https://github.com/ladataweb/data-quality-report/releases/tag/v0.1

I hope that helps,


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Happy to help!

LaDataWeb Blog

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.

Top Kudoed Authors