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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
ericOnline
Post Patron
Post Patron

BEST APPROACH: Evaluate data in Power Query Editor?

Hello,

I'm doing some basic evaluations of a new data table. I wanted to know for how many records 4 columns were equal. Doing this in the Power Query Editor is pretty tough. 

I had to:

- Open advanced editor

image.png

- Add query to the existing code

#"FilterWhereTimestampsEqual" = Table.SelectRows(tableName, each [column1] = [column2] = [column3] = [column4])

  - After doing this, I lost all the history (Query Settings) on the right side(!)

- Because of the preview functionality, I'm only getting 29(?) records at a time. 

image.png

- I need the total record count!

 

Questions:

- What is the best way to perform preliminary data evaluation (determine nulls, column redundancy, etc.) in Power BI?

- Should I be using Power Query Editor or another tool within PowerBI?

 

Thank you

2 ACCEPTED SOLUTIONS
v-lionel-msft
Community Support
Community Support

Hi @ericOnline ,

 

”What is the best way to perform preliminary data evaluation (determine nulls, column redundancy, etc.) in Power BI?“

You do not need to write M code for preliminary data evaluation, you only need to complete it by using the option feature.

For example, if you want to delete duplicate rows, you can do like this:

(Ctrl + click -> Remove Duplicates)

lll2.PNG

 

If you want to remove blank value, you can add filters:

lll3.PNG

In most cases, we do not need to write M code to complete the data cleaning, and then use DAX for data modeling.

For more information, you can refer to these.

Importing and Cleaning Data with Power Query 

Tutorial: Shape and combine data in Power BI Desktop 

 

Best regards,
Lionel Chen

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

View solution in original post

Thank you for your insights @v-lionel-msft . I also found that turning on Column Profile and Column Quality helped to evaluate data at-a-glance!

image.png

View solution in original post

3 REPLIES 3
v-lionel-msft
Community Support
Community Support

Hi @ericOnline ,

 

Has your problem been solved?

 

Best regards,
Lionel Chen

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

Thank you for your insights @v-lionel-msft . I also found that turning on Column Profile and Column Quality helped to evaluate data at-a-glance!

image.png

v-lionel-msft
Community Support
Community Support

Hi @ericOnline ,

 

”What is the best way to perform preliminary data evaluation (determine nulls, column redundancy, etc.) in Power BI?“

You do not need to write M code for preliminary data evaluation, you only need to complete it by using the option feature.

For example, if you want to delete duplicate rows, you can do like this:

(Ctrl + click -> Remove Duplicates)

lll2.PNG

 

If you want to remove blank value, you can add filters:

lll3.PNG

In most cases, we do not need to write M code to complete the data cleaning, and then use DAX for data modeling.

For more information, you can refer to these.

Importing and Cleaning Data with Power Query 

Tutorial: Shape and combine data in Power BI Desktop 

 

Best regards,
Lionel Chen

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

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors