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
I have 2 tables Problem table and Problem workinfo table and I need the following output:
Problem table | Problem work info table | OUTPUT | ||||
Problem ID | Problem ID | Type | Problem ID | Does it have a "Resolution Communication" work info type? | ||
PBI000030128704 | PBI000030128704 | General Information | PBI000030128704 | no | ||
PBI000030134102 | PBI000030134102 | General Information | PBI000030134102 | no | ||
PBI000030138400 | PBI000030138400 | General Information | PBI000030138400 | no | ||
PBI000030138931 | PBI000030138931 | General Information | PBI000030138931 | yes | ||
PBI000030148328 | PBI000030138931 | General Information | PBI000030148328 | no | ||
PBI000030148739 | PBI000030138931 | General Information | PBI000030148739 | no | ||
PBI000030148942 | PBI000030138931 | General Information | PBI000030148942 | no | ||
PBI000030149220 | PBI000030138931 | General Information | PBI000030149220 | no | ||
PBI000030150803 | PBI000030138931 | General Information | PBI000030150803 | yes | ||
PBI000030138931 | General Information | |||||
PBI000030138931 | Resolution Communications | |||||
PBI000030148328 | General Information | |||||
PBI000030148328 | General Information | |||||
PBI000030148739 | General Information | |||||
PBI000030148942 | General Information | |||||
PBI000030148942 | General Information | |||||
PBI000030148942 | General Information | |||||
PBI000030148942 | General Information | |||||
PBI000030149220 | General Information | |||||
PBI000030150803 | General Information | |||||
PBI000030150803 | General Information | |||||
PBI000030150803 | General Information | |||||
PBI000030150803 | Resolution Communications |
There is a Many-to-one cardinality with both ways cross filter active for these tables.
I am haveing dificuties finding a solution to achiev the above output.
Thanks for the help in advance
Solved! Go to Solution.
Hi @Emanuel ,
Approve with @shreyamukkawar .
Here's a way to achieve it via Measure:
Does it have a "Resolution Communication" work info type? = IF("Resolution Communications" in SELECTCOLUMNS('Problem work info table',"Type",[Type]),"yes","no")
Final output:
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Emanuel ,
Approve with @shreyamukkawar .
Here's a way to achieve it via Measure:
Does it have a "Resolution Communication" work info type? = IF("Resolution Communications" in SELECTCOLUMNS('Problem work info table',"Type",[Type]),"yes","no")
Final output:
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks Li for your solution.
How can I include this measure in a larger calculation?
So, what I need is to create a measure/column for KPI that has to contain the following logic: If(
Hi
Please follow the below steps.
1. Create a conditional column as a flag.
2. Now duplicate this table.
3. Use group by function
4 Create conditional column
Output:
Best Regards,
Shreya Mukkawar
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
26 | |
14 | |
12 | |
11 | |
8 |
User | Count |
---|---|
41 | |
33 | |
29 | |
13 | |
13 |