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
Nishant77Goel
Frequent Visitor

How to use slicer selected column in formulas

Help needed!
Selected Parameter = maxx(filter('Date Value', 'Date Value'[Date Value Order] = SELECTEDVALUE('Date Value'[Date Value Order])), 'Date Value'[Date Value Fields])


This returns the name of selected column in slicer created using field parameter. 
I have 4 columns in slicer - "LAST_OPPORTUNITY_CHANGE_DT", "MBR_PGM_CREATE_DT", “MBR_PGM_ENROLL_DT","OPPORTUNITY_CREATE_DT"

 

Attaching test dashboard snapshot for your reference. 

Capture.PNG
Now based on the selected column name wants to create flag if the particular date of that column falls in last 180 days.
Last 180 days flag = IF([Selected Parameter] > (TODAY()-180),"1","0")

 

This is giving error, value coming from selected parameter is not considered as column but is considered as text. So it's not matching up with today()-180 days condition.


The value coming from selected parameter is not considered as column but is considered as text. So, it's not matching up with today()-180 days condition. If I directly consider column the formula is working fine.


Please suggest how should I approach this problem.

2 REPLIES 2
amitchandak
Super User
Super User

@Nishant77Goel , Can you share error you are getting

 

Also try this one as number

 

Last 180 days flag = IF([Selected Parameter] > (TODAY()-180),1,0)

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

Last 180 days1 = if(SELECTEDVALUE('Date Type'[Date Type Fields]) > (TODAY()-180),1,0)
Giving below error -

Capture2.PNG

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

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