Forum Discussion
Blank Text Card until something selected in a slicer
- 8 years ago
Hi Anonymous,
Here I made a sample to meet your requirement. We can create a measure like this to get the the result as we excepted.
Measure = IF(ISFILTERED(Table1[name]) || ISFILTERED(Table1[Plant]) || ISFILTERED(Table1[VAS type])||ISFILTERED(Table1[date]),FIRSTNONBLANK(Table1[name],Table1[name]),BLANK())
For more details, please check the pbix as attached.
Regards,
Frank
Hi Anonymous,
Here I made a sample to meet your requirement. We can create a measure like this to get the the result as we excepted.
Measure = IF(ISFILTERED(Table1[name]) || ISFILTERED(Table1[Plant]) || ISFILTERED(Table1[VAS type])||ISFILTERED(Table1[date]),FIRSTNONBLANK(Table1[name],Table1[name]),BLANK())
For more details, please check the pbix as attached.
Regards,
Frank
Hi , This worked for me but at thi point it show blank . In case we want to display "Text" in Card instead of black when selected all then what will be the query?