Forum Discussion
Isfiltered with Field Paramters
Hi,
Field parameters are relatively new.
I wanted to write a conditional statement such that
if a particular selection is made on field parameters then I should get a different value of my measure
Is that possible?
3 Replies
- amitchandakSuper User
klehar , In case you are looking for the selected value of the field parameter (Only one value in below case)
Selected Parameter = maxx(filter(Parameter ,Parameter[Parameter Order] = SELECTEDVALUE(Parameter[Parameter Order])), Parameter[Parameter])
You might have use
isfiltered(Parameter )
or
calculate(isfiltered(Parameter ), allselected())
along with above for your use case.
- kleharHelper V
Can you give an example PBIX
- amitchandakSuper User
klehar , Please find out if the file can help after signature.
Also, I have explained the same in this week's power bi community show. I have all three files in comments there - https://community.powerbi.com/t5/Webinars-and-Video-Gallery/Power-BI-Community-Show-Episode-10-Making-Your-Power-BI-Reports/m-p/2814384#M553