Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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,
Solved! Go to Solution.
Hi all,
thanks for help.
I resolved by doing an unpivot in SQL, fixed me a lot of headache.
Hi all,
thanks for help.
I resolved by doing an unpivot in SQL, fixed me a lot of headache.
@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
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.