Saved Bookmarks
| 1. |
What Is The Difference Between Distinct() And Values() In Dax? |
|
Answer» Both COUNT the distinct values, but VALUES() also counts a POSSIBLE implictit VIRTUAL empty ROW because of non matching values in a child table. This is usually in a dimension table. Both count the distinct values, but VALUES() also counts a possible implictit virtual empty row because of non matching values in a child table. This is usually in a dimension table. |
|