• quinn.jay - Tuesday, December 12, 2017 3:51 PM

    Right, but how about the Fx in the tab cube on the column, there is a difference between count and distinctcount functions, and is my focus, needing distinct count off the column in the cube

    The count() function in DAX will give you the equivalent. The distinctcount() DAX function returns the number of distinct values in a column. From your example, it looks like you just need a count.