Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is there a way to hide the expression in the formula pane when a filter is selected?
The expression I'm using is:
IF(TODAY()-[Creation Date]<=1,'Last 1 day',
IF(TODAY()-[Creation Date]<=3,'Last 3 days',
IF(TODAY()-[Creation Date]<=7,'Last 7 days',
IF(TODAY()-[Creation Date]<=14,'Last 14 days',
IF(TODAY()-[Creation Date]<=30,'Last 30 days',
)))))
Thanks,
No the expression will always be visible as it is showing you how you filtered the data model based on your selection. Aliasing the filter would hide the context of the selection and allow users to define different aliases for the same set of filters leading to confusion.
If you were embedding the chart in a webpage you don't need to include the filter panel is another way of looking at it but you lose that visibility all together.