Forum Discussion
James_Galis1
2 years agoHelper II
Count events on dates based on condition
Hello Community Hoping to get some assistance with the following. I have a table of contents that has clients attending an event over various dates. I want to count the events but only when t...
- 2 years ago
pls try this
- 2 years ago
Hi James_Galis1
You can produce your required output in many different ways and one of them is to create a separate calendar table from the min and max of your date field in your fact table, and then create a relationship with your calendar table and the fact table, and then write a dax formula like below to produce a visual like below.
I attach an example pbix file.
Ahmedx
2 years agoSuper User
pls try this
- James_Galis12 years agoHelper II
Thank You
This works best for how i wish to present the data
Many thanks