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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
akito
Frequent Visitor

Find new added item to the database

Hi All,

Trying to tag those new ones as "New" in new column, is there any easy way  - please let me know.

akito_0-1652883456621.png

Regards,

Akito

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@akito , Create a measure

 

cnt = countrows(Table)

 

This measure will give new

countx(Values(Table[Initative ID]), If([cnt]=1, [Initative ID], blank()))

 

old

 

countx(Values(Table[Initative ID]), If([cnt]>1, [Initative ID], blank()))

 

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
akito
Frequent Visitor

Cool, Thanks @amitchandak  - This works

amitchandak
Super User
Super User

@akito , Create a measure

 

cnt = countrows(Table)

 

This measure will give new

countx(Values(Table[Initative ID]), If([cnt]=1, [Initative ID], blank()))

 

old

 

countx(Values(Table[Initative ID]), If([cnt]>1, [Initative ID], blank()))

 

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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