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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
arpost
Advocate V
Advocate V

How do I count the number of records for a merge without expanding?

I'm sure this is super simple and feel like I've seen something like this before, but I am performing a merge between two tables and want to get a count of the number of merged records WITHOUT expanding. When I select the table, I can see all of the results but can't figure out what M code to use to access the inner table.

 

arpost_0-1636734376749.png

1 ACCEPTED SOLUTION
BA_Pete
Super User
Super User

Hi @arpost 

 

Try this in a new custom column:

Table.RowCount([Fact Order])

 

Pete



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




View solution in original post

2 REPLIES 2
BA_Pete
Super User
Super User

Hi @arpost 

 

Try this in a new custom column:

Table.RowCount([Fact Order])

 

Pete



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




Thanks, @BA_Pete! I could've sworn I did that before. 🤔 Ah, well. That did it. Thanks again.

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.

Top Solution Authors
Top Kudoed Authors