- 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

help for dynamic measure with date
Hi
I used a static filter in my report in order to filter events after the date of the current day
I oblige to update regularly this date
So I try to create a dynamic mesure
My date field is called "Warranty expiration" (it is in a date format) and it is in this format : mardi 25 mars 2025
I have created the DAX measure below but it does'nt works
Dynamic_Warranty_Date =
CALCULATE(
SUM('CMDB'[Warranty expiration]),
'CMDB'[Warranty expiration] > NOW()
)
Could you help please?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hey,
Creating a column in Power Query might be a better approach:
= Table.AddColumn(#"Changed Type", "Warranty expired", each if [Warranty expiration] <= Date.From(DateTime.LocalNow()) then true else false)
You can then filter on this column
Or if you want to use a calculated column instead:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

sorry but i need imperatively to use power bi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi
I have already done this and it changes nothing

Helpful resources
Join us at the Microsoft Fabric Community Conference
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Power BI Monthly Update - February 2025
Check out the February 2025 Power BI update to learn about new features.

Subject | Author | Posted | |
---|---|---|---|
Anonymous
| 02-12-2024 02:37 AM | ||
05-14-2024 03:55 AM | |||
07-11-2023 03:38 AM | |||
12-19-2023 01:52 PM | |||
01-04-2024 02:27 PM |
User | Count |
---|---|
83 | |
80 | |
46 | |
38 | |
37 |