The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi everyone,
I have this dax expression:
@michael_ma Why not just:
Exclude =
IF (
MAX ( 'Products'[Product Line] ) = "Keys"
&& [Invoice Gross Amount] = 0,
TRUE (),
FALSE ()
)
Hi Greg,
I appreciate replying to me! I need to include the all except because I still want exclude all filter context except for Document Number
User | Count |
---|---|
15 | |
13 | |
9 | |
6 | |
6 |
User | Count |
---|---|
28 | |
18 | |
13 | |
9 | |
5 |