Forum Discussion
koushikp
2 years agoFrequent Visitor
Get the Data Profile Attribute as a report
Hi, I have a data table and the colum profile data has a lot of insights which itself I want to use as a report. I dont see any option to plug the colum profile data into a report / dashboard. Can yo...
lbendlin
Super User
2 years agoThe simplest way is to run COLUMNSTATISTCS() across all your semantic models.
COLUMNSTATISTICS function (DAX) - DAX | Microsoft Learn
and then plug the results into yet another semantic model. Be careful not to get too meta.