Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi everyone,
I am trying to achieve the following filter in my Matrix Table.
I need to apply a filter to remove company which has 0 Contingency AND 0 Forecast at the same time. The resoult should be the table in gree below (it will remove company C from the list).
Column Concingency is a calculated measure
Column forecast is a sum of values from a column in another table
any help will be greatly apprecited... thanks!
Solved! Go to Solution.
Hi @JSIQUEI-YYC-ENB
You can create a measure flag like
flag = if ([Contingency ]=0 && [Forecast] =0 ,1,0)
And use this flag as a filter on the matrix.
**If it is not 0 m but blanks the flag measure will be with isblank()
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Hi @JSIQUEI-YYC-ENB
You can create a measure flag like
flag = if ([Contingency ]=0 && [Forecast] =0 ,1,0)
And use this flag as a filter on the matrix.
**If it is not 0 m but blanks the flag measure will be with isblank()
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
@JSIQUEI-YYC-ENB
Glad to help 🙂
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
143 | |
77 | |
63 | |
52 | |
47 |
User | Count |
---|---|
212 | |
82 | |
61 | |
61 | |
60 |