cancel
Showing results for 
Search instead for 
Did you mean: 
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
March 2023 Update3

Power BI March 2023 Update

Find out more about the March 2023 update.

Top Solution Authors