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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hey All,
I have bit of a tricky scenario which I've seen a lot of similar posts on here but when trying out the solutions, it never seemed to work.
I have a table with 11 columns but to keep this succinct I will focus on this example with four of my columns.
ID, Area, Version and Updated_Date
I have a slicer in PBI for Updated_Date so I can select a date, then I have a table showing this data.
But I want to limit the table to only ever show 1 row per ID and I want it show the latest data up to the date selected in the slicer.
For example if the slicer was set to today (02/28/2024), the visual table would be
But if I moved the date slicer to (01/30/2024) for example the table would show
I've tried measures for selectedvalue on the slicer and max on dates to compare and flag but it and just never seems to work out. Any help is appriciated.
Solved! Go to Solution.