This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
We have a table that contains our events and we would like to be able to calculate how many open events per date to use on graphs. We want to generate the open events for all calendar days, not only days that exist in the events table. I can easily calculate this in excel which you can see from the attached image. Maybe it is simple, though I can't seem to figure it out.
Any help would be appreciated.
Solved! Go to Solution.
Maybe something like:
Measure = CALCULATE(COUNTROWS(Table),FILTER(Table,Table[BeginDate]>=MAX(Dates[Date]) && Table[EndDate] <= MAX(Dates[Date])))
Something like that.
Maybe something like:
Measure = CALCULATE(COUNTROWS(Table),FILTER(Table,Table[BeginDate]>=MAX(Dates[Date]) && Table[EndDate] <= MAX(Dates[Date])))
Something like that.
Thanks that worked well. Guess the date table cannot have a relationship with the events table, otherwise it starts to filter down.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 37 | |
| 28 | |
| 28 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 69 | |
| 38 | |
| 32 | |
| 28 | |
| 25 |