Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

How to compare same rows in a table

I wish to compare values presented on the same row in a table and only filter out the rows that differs.

 Skärmklipp.PNG

1 ACCEPTED SOLUTION
Anonymous
Not applicable

This solved my problem:

 

= [GUID] <> [#"2022-04-30.GUID"] or [StoreyName] <> [#"2022-04-30.StoreyName"]

View solution in original post

6 REPLIES 6
isabella
Microsoft Employee
Microsoft Employee

Hi @Anonymous 

I think you can use power query to merge the two table,then  press close & apply

then   add a column to compare the two column

like if(【2022-04-30】 = 【2022-04-22】,1,0)

then  filter the data by click the arrow on the column

isabella_0-1652348972437.png

 

 

Best Regards,

Community Support Team _Isabella

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

This solved my problem:

 

= [GUID] <> [#"2022-04-30.GUID"] or [StoreyName] <> [#"2022-04-30.StoreyName"]

Anonymous
Not applicable

Sorry for the vague description. Basically, I have 2 tables from different dates. Each table contains 20 000+ rows. The rows contains an ID (GUID) which is a unique text + number string. For each ID there a values, some just number values and some are text values. These two tables also have a mismatch in the numbers of IDs. So I want in my visualisation to filter IDs that are new or missing and values that has changed. I'm a beginner in DAX...

Anonymous
Not applicable

The dates are just the names of the files, hopefully the pic below will explain it. 

hiral_0-1651867028267.png

 

Hi,

In the Query Editor, just merge the 2 tables.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
amitchandak
Super User
Super User

@Anonymous , we need to know the basis of the date. Using non continuous date logic or week behind or days behind logic we need to get those as current and prior and check

 

Day Intelligence - Last day, last non continous day
https://medium.com/@amitchandak.1978/power-bi-day-intelligence-questions-time-intelligence-5-5-5c3243d1f9

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors