Forum Discussion
powerbityro
7 years agoHelper II
SINGLE SELECT last date
Hi All :robotindifferent: I have ich Slicer with 2019/1 2018/4 2018/3 and choose SINGLE SELECT with 2019/1. But when I get new Data with 2019/2 the choosen Button is still 2019/1. Can I...
Anonymous
7 years agoNot applicable
Hi powerbityro
Many posts with the same question.
https://community.powerbi.com/t5/Desktop/Setting-the-Default-Value-of-a-Slicer/td-p/16442
https://community.powerbi.com/t5/Desktop/KPI-Filtered/m-p/274022#M122559
And more if you search.
Cheers!
A
- powerbityro7 years agoHelper II
It is possible to use
if Date.IsInCurrentMonth( [Date] )
then "Current Month"
else [Month]with Output current date 2019/1 instead of the text "Current Month"?
- powerbityro7 years agoHelper II
I have no Date. Only Year and Quarter and Year/Quarter.
- powerbityro7 years agoHelper II
I work in Direct Query Mode... so both solutions... MAX in Column and
if Date.IsInCurrentMonth( [Date] )
then "Current Month"
else [Month]is not accepted. Is it than not possibe in DQ Mode or do you have some further ideas? :robotmad: