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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
fe_username
Helper I
Helper I

Pivoting table for Data Quality

Dear guru of PowerBI,

I've a table with 25 column called Server which has 47k rows.

I've been asked to calculate the data quality for each columns that is to calculate how many blanks in total there are and divided by column.

This was my solution : 
1) Duplicate Server Table in Power Query

2) Pivot all columns to have only 3 columns : server_id , Attribute , Value
    Attribute has the name of the column,
    Value has the content of the column.

But, my Pivot table is big 29 milions rows, that seems wrong to me and powerbi returns "Too much memory, cannot visualize"
How can I achieve that and fix this problem?

 

Thank you,

1 ACCEPTED SOLUTION
fe_username
Helper I
Helper I

Hi all, 

thanks for help.
I resolved by doing an unpivot in SQL, fixed me a lot of headache.

View solution in original post

2 REPLIES 2
fe_username
Helper I
Helper I

Hi all, 

thanks for help.
I resolved by doing an unpivot in SQL, fixed me a lot of headache.

amitchandak
Super User
Super User

@fe_username , Try if these can

Power Query Analyse Table profile Table.Profile: https://youtu.be/k2Lry78Qerk

Power Query Analyse Table profile Table.Schema: https://www.youtube.com/watch?v=KUTe_PajdJM

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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