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?
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?