C
Cameron
Video
Power BI DAX count rows values distinct column performance alternative to DISTINCTCOUNT measure
The core principle in Power BI Data Analysis Expressions (DAX) is that combining `COUNTROWS` with either the virtual table returned by `VALUES()` or a logical `DISTINCT` flag provides a high-performa…