Forum Discussion
makul
7 years agoRegular Visitor
Filtering with measure doesn't work
I have a table with feature, and hash as columns -------------------- | Category | Hash | |-----------|-------| | A | 12 | | B | 14 | So I When I select mu...
Stachu
7 years agoCommunity Champion
calculated table will never be affected by a slicer, same with calculated column
you could create a temporary table that can be used within a measure that would be affected by slicers - how do you want to use the reccomendation table?
- makul7 years agoRegular VisitorI'm trying to update a bunch of graphs using the recommendation table. It has more columns like failure rate etc.
What I want to acheive is: user selects what combinations he's intrested in from the slicer. Then I calculate the hash by multiplying individual hashes, and then there'll be a corresponding entry in the recommendations table for that hash which I want to use to plot. - makul7 years agoRegular Visitor
How do I create a temporary table? I tried doing
recommendation copy = recommendation
But it has the same issues