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 Gurus,
Is it possible for me to use Distinct Count to create a new calculated column in Power Query Editor instead of creating a calculated measure using DAX?
Thanks,
Paul
Solved! Go to Solution.
Hi @polaris3028,
You can use Table.RowCount and Table.Distinct. And you can easily get the distinct count value via UI. Please see: count distinct on column in power query.
Alternatively, you can try Imke Feldmann's solution.
Regards,
Yuliana Gu
Hi @polaris3028,
You can use Table.RowCount and Table.Distinct. And you can easily get the distinct count value via UI. Please see: count distinct on column in power query.
Alternatively, you can try Imke Feldmann's solution.
Regards,
Yuliana Gu