March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I have a data set that contains columns A, B, C, D, and E. In a grid, the first row will always display, the subsequent rows will display if one or more columns differ from the previous row. Is this possible with Power BI?
Solved! Go to Solution.
@lscoffield , if you would like to delete duplicates so that only first occurence remains, you can remove duplicates in Power Query.
If you need to compare row to exactly previous row then you should add several steps:
1) In power query add index column
2) Concatenate these columns in one column
3) Create calculated column using earlier or lookup to get previous row ( https://community.powerbi.com/t5/Desktop/How-to-get-previous-row-value-for-text-column/td-p/312560)
4) Filter data based on that column on report level
Can you provide sample data (per links below) and what your expected output is? Your explanation is not clear enough for me to get started, but I am 99.9% sure this will not be too difficult. But I don't want to waste type typing in fake data that isn't relevant to your situation, or returning a result that doesn't answer your question.
How to get good help fast. Help us help you.
How to Get Your Question Answered Quickly
How to provide sample data in the Power BI Forum
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI Reporting@lscoffield , if you would like to delete duplicates so that only first occurence remains, you can remove duplicates in Power Query.
If you need to compare row to exactly previous row then you should add several steps:
1) In power query add index column
2) Concatenate these columns in one column
3) Create calculated column using earlier or lookup to get previous row ( https://community.powerbi.com/t5/Desktop/How-to-get-previous-row-value-for-text-column/td-p/312560)
4) Filter data based on that column on report level
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
129 | |
90 | |
75 | |
58 | |
53 |
User | Count |
---|---|
200 | |
104 | |
101 | |
67 | |
55 |