Forum Discussion
Rocky050371
3 years agoRegular Visitor
Same measure
[Using a direct query] Hi, I have the following table with the following measure: Total Moves = COUNT(rfid_location_history[timestamp]) However when I test on a table I ...
- 3 years ago
Solved, established a relationship between Date in the Rolling Calendar table and timestamp in the Moves table.
Rocky050371
3 years agoRegular Visitor
As the initial table is time based, I expected filtering by month would provide monthly totals, is this not correct?
- Syk3 years agoResident Rockstar
Right now, you're just counting your timestamp column.