Forum Discussion
nautilusben
3 years agoFrequent Visitor
AllSelected and Field Parameters Conditional Highlighting
Hi, Im hoping to get some assistance with a Measure im using to highlight the largest and smallest columns in a visual. I am running into the follwing issue: I imagine this is ...
amitchandak
3 years agoSuper User
nautilusben , Your minx and maxx need to change like
calculate( minx(values(Date[Date]), [Measure]), allselected(Date[Date]))
and
calculate( minx(values(Date[Date]), [Measure]), allselected(Date[Date]))
If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
nautilusben
3 years agoFrequent Visitor
Hi amitchandak,
Thanks for your reply,
unfortuantely I am still having difficulty with making this work. I wasnt able to attached the document in this forum space, but have provided a dropbox link below:
https://www.dropbox.com/s/0mqrebpjwqpy1gm/Incoming%20Error.pbix?dl=0