Forum Discussion
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,
Hi all,
thanks for help.
I resolved by doing an unpivot in SQL, fixed me a lot of headache.
2 Replies
- amitchandakSuper 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
- fe_usernameHelper I
Hi all,
thanks for help.
I resolved by doing an unpivot in SQL, fixed me a lot of headache.