Forum Discussion
ericsara
Helper I
4 years agoFind a single value in a table based on multiple criteria
I have tables with columns as follows; Tickets Ticket Number Ticket Name Client ID Status ID Type ID Client Client ID Name Address Status Status ID Name Description Type Type ...
- 4 years ago
Ended up using this DAX
CALCULATE ( FIRSTNONBLANK('Tickets'[Ticket Number],1),'Status'[StatusID]="Open",'Type'[TypeID]="Client Management",'Client'[ClientID]=ClientID)Where ClientID is a lookup for the selected (using a slicer) client ID.
v-zhangti
Community Support
4 years agoHi, ericsara
Can you provide some sample data or simple pbix files? Sensitive information can be removed in advance. What kind of expected results do you expect? You can also show it with pictures.
How to provide sample data in the Power BI Forum - Microsoft Power BI Community
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.