Hello, I have to get the total unique alarm count per date, can someone help me, please?
The output should look like below (see [IMG1]).
I have two slicers:
- Healthcare
- Month
What I wanted to do is: I want to count the total unique alarms per date, depending on which was selected in the slicer. The first two columns are good.
I just don't know how to group the alarm counts by date showing the same result as below.
I tried using pivot table and use the code below for the unique alarm ID:
COUNT(DISTINCT `Alarm ID`)
Please help me how to group it by date, thank you.
[IMG1]