Forum Discussion
Georg
9 years agoFrequent Visitor
IF Function not working
Hi Experts, I try an If function and it seems I am missing a very basic point. The IF function is in the calculated column 'FilteredLevel' and referes to a calculated measure: Since L...
Georg
9 years agoFrequent Visitor
Hi,
while LevelH1 is changing according to the selected level, FilteredLevel remains unchanged.
kind regards,
Georg
Dog
9 years agoResponsive Resident
Hi George.
you'll probably need to change the filteredlevel to a measure as well as calculated columns are only calculated the once. they do not get re calculated by filter changes.
Dog