Forum Discussion
he2mpo
3 years agoFrequent Visitor
CountRows with UseRelationship is not working
I have a table with Schedule of Tasks. Each task has two dates start and finish. The main goal is to count the number of tasks by date while maintaining relationship with the tasks to keep crossfilt...
- 3 years ago
I actually found the solution which was pretty silly.
In the query editor the dates columns have to be of type Date and Not date/time
So the solution was as easy as changing the type of both start and finish columns to Date.
314mp_M0th4
3 years agoResolver I
A quick fix would be to scrap the measures and the calendar table and use a matrix with only the starts and finish dates. Like this:
This gives the matrix visual:
If you found this helpfull please give me thumbs up and if ths solved your problem please mark this as the solution.
he2mpo
3 years agoFrequent Visitor
Thanks for trying to help but I need to have them linked to calendar table as I have many measures to be combined in a single chart.