Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi All,
I am trying to create a visual that shows the number of complaints (rows) that are older than 7 days. Each row has a date in the "Date" column, and this column is formatted as a date. I believe I need to create a measure to put into the visual, but I have not been successful. Below is a sample of the data. So with this example, I would want it to count 3 complaints that are older than 7 days old. Thanks!
Table1
| Complaint Number | Date |
| C-193 | 9/20/2023 |
| C-194 | 9/20/2023 |
| C-195 | 9/30/2023 |
| C-196 | 10/01/2023 |
| C-197 | 10/03/2023 |
Solved! Go to Solution.
@wiselyman3 Try this measure:
hi, @wiselyman3
try below measure
@wiselyman3 Try this measure:
Apologies, this would be 2 complaints older than 7 days in this example. Long day!
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 65 | |
| 59 | |
| 45 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 109 | |
| 108 | |
| 39 | |
| 30 | |
| 26 |