Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I'm not quite sure whether this is possible in DAX/Power Bi, but basically I have a table which looks like the below:
ID Name Description CreatedAt UpdatedAt
1 Middlesex Satisfactory 17/05/21 17/05/21
1 Middlesex Good 17/05/21 19/05/21
2 Lancashire Excellent 17/05/21 17/05/21
3 Roehampton Good 17/05/21 17/05/21
4 Brunel Poor 17/05/21 17/05/21
So I want to check for duplicate ID's because it means it has been updated since the created date, so for ID 1 it should highlight the cell/s which has been updated since the created date which is "Good" because that cell has been amended.
Is this possible to do in Power Bi?
Solved! Go to Solution.
Hi, @mdbuzzer
Thanks for the feedback.
please check the below.
https://www.dropbox.com/s/0565wmn7odcrjqv/mdbuzzer.pbix?dl=0
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
Linkedin: linkedin.com/in/jihwankim1975/
Twitter: twitter.com/Jihwan_JHKIM
Essentially I just want to know if there's a way to conditional format if there is a duplicate ID and then comapare the cells and highlight the cell/s which has been changed/altered
Hi, @mdbuzzer
Thanks for the feedback.
please check the below.
https://www.dropbox.com/s/0565wmn7odcrjqv/mdbuzzer.pbix?dl=0
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
Linkedin: linkedin.com/in/jihwankim1975/
Twitter: twitter.com/Jihwan_JHKIM
I think this solution is just checking whether the description has changed, is there a way to compare the two rows and then highlight whatever cell has changed, because it might not be just description which has been updated
Hi,
Sorry, I do not understand your question.
Please share how you want to see the outcome.
So basically there can be more columns like such and the cells which have been updated should be highlighted:
ID Name Description id2 CreatedAt UpdatedAt
1 Middlesex Satisfactory A1 17/05/21 17/05/21
1 Middlesex Good A2 17/05/21 19/05/21
2 Lancashire Excellent A3 17/05/21 17/05/21
3 Roehampton Good A4 17/05/21 17/05/21
4 Brunel Poor A5 17/05/21 17/05/21
So there will be numerous columns but in this example it should highlight the cell "Good" and "A2" because they were both changed since the last time that ID was created. Is there a way to basically check every single column or does a measure need to be created for each column to check whether it has been updated?
Hi,
I still do not know how your whole data model looks like, but in this case, only one measure that defines the condition is needed, like what I have created in the previous sample. However, each column has to be set. For instance, if you want to set up five columns, then five times settings have to be made by using one measure.
Is there a way you can explain it using the DAX you created previously, to amend that DAX to check 2 columns so the description column and id2 to see if they have been changed. I'm not sure how to check 2 columns at the same time
Hi,
Sorry I still cannot understand. As I mentioned, in this case, you need two times settings in order to check two columns. If you want to check five columns in your real data model, I think you need five times of settings.
Please check the below link.
https://www.dropbox.com/s/tg7shb4lzkfi6n4/Presentation2.mp4?dl=0
https://www.dropbox.com/s/0565wmn7odcrjqv/mdbuzzer.pbix?dl=0
Hi, @mdbuzzer
Please check the below picture and the sample pbix file's link down below.
It is for creating a new measure.
https://www.dropbox.com/s/0565wmn7odcrjqv/mdbuzzer.pbix?dl=0
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
Linkedin: linkedin.com/in/jihwankim1975/
Twitter: twitter.com/Jihwan_JHKIM
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
56 | |
55 | |
54 | |
37 | |
29 |
User | Count |
---|---|
77 | |
62 | |
45 | |
40 | |
40 |