Forum Discussion
Anonymous
4 years agoNot applicable
Hide card in conditional situation
Hi I am creating a dashboard and I have a calendar view and three cards (A. total stops; B: Total Routes; C: Stops per route, which is dividing total stops by total routes) I am feeding the calen...
- Anonymous4 years ago
Hi Anonymous ,
You could simply use IF() and ISFILTER() function to create measure to display different values in different situations.
For example:
measure = IF(ISFILTERED('calendar'[date]),selectedvalue('calendar'[date]),max('calendar'[date].month))Best Regards,
Jay
Kumail
Impactful Individual
4 years agoHello Anonymous
If you could send sample .pbix that demonstrate what you are looking to get. It would really help providing you a quick solution.
You can send the sample .pbix file by adding it to your drive or dropbox and add the link here.
Regards
Kumail Raza