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
mazizmacf
Frequent Visitor

partitioned table record count wont match with actual table

Started getting issue in datalake where no of records in lake database vs partitioned table wont match
It was working fine from last 6 months

Any idea where to check and how to get it resolved?

select count(id) from [dbo].[account] 
84K records
select count(id) from
[dbo].[account_partitioned] 
4K records

@Anonymous
1 REPLY 1
Anonymous
Not applicable

Hi @mazizmacf ,

 

To investigate the issue, you can start by checking the following:

  1. Data loading process: Ensure that the data loading process for both tables is working correctly and that no records are being skipped or filtered out during the process.

  2. Partitioning logic: Review the partitioning logic to make sure it's correctly implemented and that all records are being assigned to the appropriate partitions.

  3. Data consistency: Check for any data inconsistencies or corruption that might have occurred in either table.

Best Regards,

Neeko Tang

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!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

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
Top Kudoed Authors