Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello all!
I have a database where I populate it weekly with information of some projects.
| DATE | ID | STATUS |
| 21/09/2021 | project1 | Idea |
| 21/09/2021 | project2 | Idea |
| 28/09/2021 | project1 | Business Case |
| 28/09/2021 | project2 | Idea |
| 05/10/2021 | project1 | Business Case |
| 05/10/2021 | project2 | Business Case |
Is possible to create a table to show only the information of the last two available dates, and highlight when the information from one date to another is different?
| ID | 28/09/2021 | 05/10/2021 |
| project1 | Business Case | Business Case |
| project2 | Idea | Business Case |
or create a new column that shows when there was a change...
| ID | 28/09/2021 | 05/10/2021 | Change? |
| project1 | Business Case | Business Case | No |
| project2 | Idea | Business Case | Yes |
Furthermore, is it possible to create a filter to show only projects that have some kind of change from one date to another?
Best Regards,
Solved! Go to Solution.
@Anonymous See if the attached pbix helps (below sig)
Hi @Anonymous ,
Do you want a visual or a table?
Best Regards,
Jay
@Anonymous See if the attached pbix helps (below sig)
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!