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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Nishant77Goel
Frequent Visitor

use select field parameter value to create a column

I have created a field parameter with 4 different dates using modelling tab. Based on selection in field parameter I want to create a column that flags date (YES/ NO) falling in last 180 days from today and use this filter in creating a column chart view. 

3 REPLIES 3
Nishant77Goel
Frequent Visitor

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


based on the selected Parameter wants to calculate last 180 days on that column.

Last 180 days = IF([Selected Parameter] > (TODAY()-180),"1","0")
This is giving error that the values/ Format are not matched one is date and other is text

 

Hi @Nishant77Goel 

 

Please check the format of your "Selected Parameter", if it is a text, try to use FORMAT function or Power Query to convert it to date.

If this can't help you get the desired result, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. Thank you.

 

Best Regards,
Community Support Team _ xiaosun

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

amitchandak
Super User
Super User

@Nishant77Goel , In both these blogs I have discussed how to get selected value

Switch TOPN with Field Parameters: https://amitchandak.medium.com/switch-topn-with-field-parameters-299a0ae3725f
Field Parameters- Conditional Formatting: https://amitchandak.medium.com/field-parameters-conditional-formatting-517aacc23fdf

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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