Forum Discussion
AND opeation
Hi dhavalrg, anmolmalviya05, thank you for your prompt reply!
Currently, it is not feasible to use slicers and filters in the dashboard, we can filter a dashboard tile in focus mode, however we can't save the filter.
Or we could only filter the data in report, create a measure as shown below:
MyMeasure =
IF (
SELECTEDVALUE('Table'[Behavior:ActionOriented]) = 2 && SELECTEDVALUE('Table'[Behavior:DecisionMaking])= 3,
1,
0
)
Then use the measure to filter the table :
Best regards,
Joyce
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Our goal is to attain this outcome by employing a dynamic strategy, which allows us to choose various skill labels, resulting in corresponding outputs.
- Anonymous2 years agoNot applicable
Hi dhavalrg,
You could create different slicer to Behaviour:ActionOriented and Behaviour:DecisionMaking columns to filter the report.