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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
I have a standalone table of data (no date table in model) that has one date per month/year and sales for that date. I am trying to create a card with the most recent sales figure (which should filter by date when date is used as a filter).
Here is the table:
Here is the current report filtered by date and showing the current most recent period based on the date filter:
Here is the code being used to generate the Most Recent Period measure:
Solved! Go to Solution.
HI @Leigh_G ,
Please try the following formula which gives you the number of the last date. I tried it with the following data set.
(my table name was t_7)
HI @Leigh_G ,
Please try the following formula which gives you the number of the last date. I tried it with the following data set.
(my table name was t_7)
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 38 | |
| 38 | |
| 37 | |
| 28 | |
| 28 |
| User | Count |
|---|---|
| 124 | |
| 89 | |
| 73 | |
| 66 | |
| 65 |