Forum Discussion
Anonymous
6 years agoNot applicable
Custom Current Selection
Hi All, Can someone please us that the below is possible in power bi or not?
v-juanli-msft
6 years agoCommunity Support
Hi Anonymous
I find a workaround.
Create a measure
Measure = IF(ISBLANK(DISTINCTCOUNT('calendar'[Date])),BLANK(),MAX('calendar'[month name]))
Add it in the value field of the matrix, add "month name" from "calendar table" to the matrix.
Best Regards
Maggie
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.