- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

About Calendar
Hello, so, i am working with this calendar table, the relationship is 1:*, when i try to use this date slicer, it doenst filter anything, and if i try to use, to see how many gym members canceled their membership,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi @JeanRafael ,
Based on my testing, please try the following methods:
1.Create the sample table.
2.Drag the calendar date column into the slicer visual.
3.Create the measure to calculate the cancel membership.
Soma Matriculas Canceladas =
CALCULATE(DISTINCTCOUNT('bd canceledmembership'[idMember]),
FILTER('bd canceledmembership',
'bd canceledmembership'[cancelDate] > MIN('Calendar'[Date]) && 'bd canceledmembership'[CancelDate] <= MAX('Calendar'[Date])
)
)
4.Drag the measure into the card visual.
5.Select the date range in the slicer visual. The result is shown below.
Best Regards,
Wisdom Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi @JeanRafael ,
Based on my testing, please try the following methods:
1.Create the sample table.
2.Drag the calendar date column into the slicer visual.
3.Create the measure to calculate the cancel membership.
Soma Matriculas Canceladas =
CALCULATE(DISTINCTCOUNT('bd canceledmembership'[idMember]),
FILTER('bd canceledmembership',
'bd canceledmembership'[cancelDate] > MIN('Calendar'[Date]) && 'bd canceledmembership'[CancelDate] <= MAX('Calendar'[Date])
)
)
4.Drag the measure into the card visual.
5.Select the date range in the slicer visual. The result is shown below.
Best Regards,
Wisdom Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hello, good morning, it really worked, but i dont understand why my dax is wrong, could you explain it to me please?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi @JeanRafael ,
The date column in the calendar table may be problematic and filters should be added.
Try to check the date values and date formats.
Besides, try removing the slicer visual and re-adding the slicer. Adding the date column into the slicer visual.
You can also view the following documents to learn more information.
Create date tables in Power BI Desktop - Power BI | Microsoft Learn
FILTER function (DAX) - DAX | Microsoft Learn
Best Regards,
Wisdom Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

you didnot put any conditions in the filter function.
You can try below DAX.
DISTINCTCOUNT('bd canceledmembership'[idMember])
if this does not work , could you pls provide some sample data and expected output?
Did I answer your question? Mark my post as a solution!
Proud to be a Super User!

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
10-22-2024 04:13 AM | |||
09-24-2024 07:43 AM | |||
01-24-2025 11:10 AM | |||
08-15-2024 11:00 AM | |||
01-01-2025 04:38 AM |
User | Count |
---|---|
136 | |
107 | |
86 | |
58 | |
46 |