Forum Discussion
Anonymous
9 years agoNot applicable
Filter row headers using dax?
Hi, I have a vertical table listing sales by fiscal period. The fiscal year/fiscal period are the row headers and the number of sales are the values. In the value field's DAX I have filtered ...
- Anonymous9 years ago
Ahh I just need to filter the sales field by "0". As the DAX formula has already set all prior year values to 0, that takes out the rows relating to prior years.
Anonymous
9 years agoNot applicable
Ahh I just need to filter the sales field by "0". As the DAX formula has already set all prior year values to 0, that takes out the rows relating to prior years.