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 September 15. Request your voucher.

Reply
Anonymous
Not applicable

Dynamic labeling at row level basis selection of a filter

Hi Everyone,

 

I am trying to label all transactions at row level which should be dynamic basis selection of date.

For eg.

My original data table is in below format

 

InvoiceDate
101/01/2019
216/01/2019
331/01/2019
415/02/2019
502/03/2019

 

I am trying to create a column which should show results as below:-

if the date selected is 31/03/2019

InvoiceDateStatus
101/01/2019Overdue
216/01/2019Overdue
331/01/2019Overdue
415/02/2019Overdue
502/03/2019Overdue

 

if the date selected is 31/01/19

InvoiceDateStatus
101/01/2019Overdue
216/01/2019Overdue
331/01/2019Overdue
415/02/2019Current
502/03/2019Current

 

 

2 REPLIES 2
mussaenda
Super User
Super User

hi, @Anonymous 

I added a date table as the selection of the dates and created a measure to show the overdue and current situation.

Please refer to the screenshot below.

Untitled.png

Anonymous
Not applicable

@mussaenda 

Is there any other way to create the same calculation using Column. Basically, I want to categorize all transactions at row level to show % Overdue and % Current. I understand it will not be possible using a measure.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Kudoed Authors