Forum Discussion
frostys
8 years agoHelper I
Time Slicer
Hi ! I put a time slicer in a report : The data come directly from a "date" column. I try to make an automatic selection for the current year and current month selected. (Exempl...
frostys
8 years agoHelper I
I change some syntax who were not working, so this is the syntax who work
date2 =
IF (
HASONEVALUE ( 'Data input'[Date].[Month] );
CALCULATE (
DATESBETWEEN (
'Data input'[Date].[Date];
DATE ( YEAR ( MAX ( 'Data input'[Date].[Date] ) ); 1; 1 );
EOMONTH ( MAX ( 'Data input'[Date].[Date] ); -1 )
)
)
)
Otherwise, is is not accept this measure as slicer
Anonymous
8 years agoNot applicable
HI frostys,
Current power bi not support to create dynamic calculated column/table based on slicer/filter.
In addition, measure is possible to dynamic change based on slicer/filter, but power bi not support to use as source of slicer or axis of visual.
Regards,
Xiaoxin Sheng