Hello,
In a visualization, I want showing in the y axis for each data series item
however for
The count for the Count Of Notification within the data series item is working correct through.
Any suggestions on a fix?
![CountRows.png CountRows.png](https://www.mrexcel.com/board/data/attachments/50/50709-4c6a9a7ad10e58218d64b1cfb13d3d80.jpg?hash=TGqaetEOWC)
In a visualization, I want showing in the y axis for each data series item
- count of total
- count of AgeGT14Days
- count of AgeEqORLt14Days
Code:
AgeGT14Days = COUNTROWS(FILTER(ALL('AssetManagement Open_N2'),'AssetManagement Open_N2'[Created on] < today()-14))
Code:
AgeEqORLt14Days = COUNTROWS(FILTER(ALL('AssetManagement Open_N2'),'AssetManagement Open_N2'[Created on] >= today()-14))
however for
- AgeGT14Days
- AgeEqORLt14Days
The count for the Count Of Notification within the data series item is working correct through.
Any suggestions on a fix?
![CountRows.png CountRows.png](https://www.mrexcel.com/board/data/attachments/50/50709-4c6a9a7ad10e58218d64b1cfb13d3d80.jpg?hash=TGqaetEOWC)