Forum Discussion
vsslasd1
Helper III
5 years agoDAX Table with a variable based upon a selected value in a silicer
I have a DAX Table defined as follows: JCTransactions =
var JCType=IF(NOT ISEMPTY(vwJCTransactionsRev2),SELECTEDVALUE('ProjectCalc'[Calc Method]))
var JCProject =
SELECTCOLUMNS(vwJCTransactionsR...
PaulOlding
Solution Sage
5 years agoCalculated tables aren't dynamic based on slicer selections. They're populated on data refresh and don't change after that.
- vsslasd15 years ago
Helper III
I have used the slicer in formulas which do recalculate in calucated tables. This one is not working the same way.
Using the SELECTEDVALUE function in DAX - SQLBI