This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Hi Power BI Community - I was wondering if you could help figure out how I can filter two columns with one table.
So I used the below formula to filter the SubRpDate and it's working fine.
Hi @mbenjelloun,
Please Use SELECTEDVALUE() instead of USERELATIONSHIP():
Total Sub Award Dollar =
VAR sv =
FORMAT ( SELECTEDVALUE ( 'Calendar Table'[Date].[Year] ), "" )
RETURN
IF (
NOT ( ISFILTERED ( 'Calendar Table'[Date].[Year] ) ),
MAX ( 'Sub List'[Total FedOrigSubAmtNonDBE] )
+ MAX ( 'Sub List'[Total Sub DBEs Dollars] ),
IF (
FORMAT ( MAX ( 'Sub List'[SubRptDate] ), "YYYY" ) = sv
|| FORMAT ( MAX ( 'Sub List'[DateStart] ), "YYYY" ) = sv,
MAX ( 'Sub List'[Total FedOrigSubAmtNonDBE] )
+ MAX ( 'Sub List'[Total Sub DBEs Dollars] ),
BLANK ()
)
)
Result would be shown as below:
BTW, Pbix as attached. Hopefully works for you.
Best Regards,
Jay
Community Support Team _ Jay Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 35 | |
| 32 | |
| 27 | |
| 23 | |
| 16 |
| User | Count |
|---|---|
| 65 | |
| 50 | |
| 30 | |
| 25 | |
| 24 |