Forum Discussion
MichaelSamiotis
3 years agoResolver I
Calculate table does not work with fact table's date column
Hello everyone. I have the below DAX formula which works perfectly but when I replace the 'Dim Dates'[Date] with 'Fact Sales'[Date] it only returns blank. I can't get why as I have a one-to-many ...
- 3 years ago
Forgot to mention that I end this formula with:
RETURN
COUNTROWS(FilteredSales )
MichaelSamiotis
3 years agoResolver I
Forgot to mention that I end this formula with:
RETURN
COUNTROWS(FilteredSales )