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 you please help with a solution?
I want this to be on a report with minimal parameter. Data quality metrics is really good for our data quality analysis.
1 Reply
- lbendlinSuper User
The 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.