The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.
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.