March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi there,
I got the following situation:
On the "Filtered Field", I want a colomn that checks the following:
Filter if a row
Delivery[Fault number]= NOT BLANK
AND
Delivery[Fault Code] is the same as Problem Codes[Code]
Then
return the Problem Codes[Sales Assigned to]
IF value (of Sales Assigned to)=5 AS 1
I tried different filters and IF statements, but can't get it to work.
How can this be done?
You may try using CONTAINS, LOOKUPVALUE and RELATED.
I tried the following:
IF(RELATED('Problem Codes'[Sales - Assigned to])=5 && 'Delivery'[Fault number]=BLANK();1;0)
It shows correctly in the table/data view :).
But when i use it in a visual, its not showing the correct values only zero's (0).
What do i do wrong?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
129 | |
82 | |
59 | |
57 | |
45 |
User | Count |
---|---|
186 | |
109 | |
82 | |
62 | |
49 |