Forum Discussion
Multiple Filters in Matrix with OR condition
- 4 years ago
Hi, Rlucero2
Step 1
Measure:
Loss Ratio Trigger = IF(LEFT(SELECTEDVALUE('Table'[Store Name ]),1)="Z",0.75,0.85)As for the second step, you need to explain what criteria are added to filter.
The two lines that disappear in your excel will not be displayed if they do not meet the conditions. You need to provide more details.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, Rlucero2
Step 1
Measure:
Loss Ratio Trigger =
IF(LEFT(SELECTEDVALUE('Table'[Store Name ]),1)="Z",0.75,0.85)
As for the second step, you need to explain what criteria are added to filter.
The two lines that disappear in your excel will not be displayed if they do not meet the conditions. You need to provide more details.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.