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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Removing rows in Power Bi

In my Power BI report I have two columns that represent the time when two different actions started.

I would like to delete those rows in the report that have the same values in these two columns.

The values have date-time format.

4 REPLIES 4
v-yulgu-msft
Microsoft Employee
Microsoft Employee

Hi @Anonymous,

 

You can filter out those rows in a new calculated table.

 

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Hi @v-yulgu-msft,

 

It seems that the issue is still present.

Here is the formula that I modified: 

 

Table = FILTER (TourTbl, 'TourTbl'[DT_Created] <> 'TourTbl'[DT_Started] )

 

And the result is as follows:

Capture.PNG

 

DT_Created and DT_Started still have the same values.

Hi @Anonymous,

 

Did you drag columns [DT_Created] and [DT_Started] from the new calculated table into visual? Could you share the pbix file for further analysis?

 

Regards,
Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Hi @v-yulgu-msft

 

Thank you for the advice. All works.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

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