Forum Discussion
Working with filters in measures
- 4 years ago
Hi, Anonymous
If I understand you correctly, you can create a measure and drag it to visual filter pane as follows:
Measure1 = VAR a = CALCULATE ( SUM ( Sheet1[Billed Amount] ), ALLEXCEPT ( Sheet1, Sheet1[Client ] ) ) RETURN IF ( a > 10000, 1, 0 )Best Regards,
Community Support Team _ Eason
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. - 4 years ago
Hi, Anonymous
If it is convenient, please show some relevant screenshots or your current file.
Do you have other filters/slicers to apply to this visual?
The measure I created is only uesed to filter the rows that meet the conditions in the original table, and will not affect the value of Billed Amount. In addition, please check whether the fields used in your matrix are consistent with mine.
Best Regards,
Community Support Team _ Eason
Hi, Anonymous
Could you please tell me whether your problem has been solved?
If you still need help, please share more details.
If it is solved, you could share your solution here and accept it as solution to close this thread.
Best Regards,
Community Support Team _ Eason
THanks v-easonf-msft