Forum Discussion
Anonymous
7 years agoNot applicable
Presentation variables
can we capture the values form dashboard prompt in variable and pass it to the underlying report of the Column formulas for example I want to build something like this case when Month is selected f...
Anonymous
7 years agoNot applicable
How can we equate ISFILTERED(Table[Column]) = Monthly .. what I understand is ISFILTERED(Table[Column]) is the Month column from the Calendar Dimension
rajulshah
7 years agoResident Rockstar
Hello,
Table[Column] is the column from the new hardcoded column, and here, we arent equating with ISFILTERED function but with the SELECTEDVALUE function.
Let me know if it still doesn't work.