Forum Discussion
How to create different filters for different date columns?
- 8 years ago
Hi Anonymous,
Have you solved your problem?
If you have solved, welcome to share your solution or accept the replies making sense as solution to your question so that more people will find workaround easily.
Best Regards,
Cherry
Hi Anonymous,
What about creating a Calendar table for your scenario? Then you could create a filter with the date in Calendar table.
Here is a similar thread you could have a reference.
Best Regards,
Cherry
- Anonymous8 years agoNot applicable
Cherry, Thanks, I appreciate you reply.
Yes I am doing Calendar visualization, so now the problem is I am not getting value for each day in the calendar visual but those days in the calendar are just highlighted though in the card I am getting correct value.
My DAX query is:
Loans_Closed = TOTALMTD([Loan Count], Encom[Docs_Out_Date])
It is showing correct value in the card visual.
But in calendar visual, nothing has been shown.
Please let me know how can I show count in the calendar visual for each day whenever there is an event. (Please refer to the below picture)
- v-piga-msft8 years ago
Resident Rockstar
Hi Anonymous,
It seems that you're using the custom visual Custom Calendar by Akvelon.
By my test with this custom visual, this visual may not show the count, it only show the color for different metrics.
For your requirement, you could try with another custom visual Beyondsoft Calendar Custom Visual which has the Measure Filed.
Best Regards,
Cherry
- Anonymous8 years agoNot applicable
Thanks for your suggestion, will try another visualizations too.