Forum Discussion
Tooltip shows same table/values
- 6 years ago
Anonymous , if you have created a table(Calculated) and if that table is not joined with the dimension you want to filter. The table is as good as static content.
Any table created using some calculations will not take slicer/filter values. They have to be joined back with filter/dimension tables to do so.
Hope steps are correct.
Anonymous , if you have created a table(Calculated) and if that table is not joined with the dimension you want to filter. The table is as good as static content.
Any table created using some calculations will not take slicer/filter values. They have to be joined back with filter/dimension tables to do so.
Hope steps are correct.
- Anonymous3 years agoNot applicable
amitchandak I am facing a similar issue. There are 3 filters on my dashboard which I am trying to add to my measure. I am getting an error stating that the parameter is not correct type. Please guide me on this.
This is my DAX
Current Week Totals_CF =CALCULATE(SUM(fred_h8_banking[Amt in Bn_CF]), FILTER(ALLSELECTED(fred_h8_banking), fred_h8_banking[Week Rank_CF] = MAX(fred_h8_banking[Week Rank_CF])))Need to add filter for criteria 1,2 and 3 where all the filters are string.