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.
I have a table loaded from an odatafeed with regular refreshes that has a lot of column but following 2 are the most important for this question;
table incidents
- incidentnumber
- modificationdate
Now every incidentnumber can have multiple records, based on the different values of a column. If an incident gets updated, a new row will be added in the table with that incidentnumber together with a modificationdate value
I want this table to only show unique values of incidentnumbers, so no double incidentnumbers, and only those with the most recent modificationdate
So when there are a few records of incidentnumber 1322 in the table, with below modificationdate, only the last record should be in the table
Incidentnumber modificationdate
1322 20/09/2022 09:56:21
1322 21/09/2022 09:56:21
1322 21/09/2022 17:56:21
How can i do this? 🙂
@TechR21 , Check if these two blogs can help
Latest
https://amitchandak.medium.com/power-bi-get-the-last-latest-value-of-a-category-d0cf2fcf92d0