Forum Discussion
jnichols
6 years agoRegular Visitor
Create Table Showing Which Columns in Another Table Contain Data
We are trying to clean up our overgrown, over-complicated CRM (dynamics) and I would like to have some empirical proof as to which fields are actually being utilized. I am therefore seeking to create...
- 6 years ago
Hi jnichols
You can use Table.Profile( #"table name" ) M function in Query Editor for this or you can use UI as Adam explains in the link below.
https://www.youtube.com/watch?v=WN1cvJGutT8
Best Regards,
Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.
Mariusz
6 years agoCommunity Champion
Hi jnichols
You can use Table.Profile( #"table name" ) M function in Query Editor for this or you can use UI as Adam explains in the link below.
https://www.youtube.com/watch?v=WN1cvJGutT8
Best Regards,
Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.

Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.
jnichols
6 years agoRegular Visitor
Well it took me way too long to figure out how to create a new table using this function, but I've got it now.
Thank you very much for your help - this was great!