I have two Dataset
one is Inteview Details and 2nd On board details
want to count if Interview details have column name is final status and looking for value is "Extended" and On Board have Status "Extended" if its match then interviews Status count zero
Solved! Go to Solution.
I guess you probably want a new column in the first table like below?
You can first use Merge Queries to bring data from the second table into the first table based on two matching columns Candidate Name & Final Status (in the first table) and Hired/Offered Employee & Status (in the second table). Only rows that have the same values in both columns will be merged to the first table.
Expand the merged table column from the previous step and select only Status column to expand.
Add a conditional column based on values in Status column.
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
Plese find the Google sheet (sample data)
https://docs.google.com/spreadsheets/d/1DWl1e7td2RbT56RQh2O7vZjqUMlM77EUcSOj-VYnydw/edit?usp=sharing
I guess you probably want a new column in the first table like below?
You can first use Merge Queries to bring data from the second table into the first table based on two matching columns Candidate Name & Final Status (in the first table) and Hired/Offered Employee & Status (in the second table). Only rows that have the same values in both columns will be merged to the first table.
Expand the merged table column from the previous step and select only Status column to expand.
Add a conditional column based on values in Status column.
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
@blackbranded Sorry, having trouble following, can you post sample data as text and expected output?
Not really enough information to go on, please first check if your issue is a common issue listed here: https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882
Also, please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
The most important parts are:
1. Sample data as text, use the table tool in the editing bar
2. Expected output from sample data
3. Explanation in words of how to get from 1. to 2.
User | Count |
---|---|
135 | |
63 | |
57 | |
56 | |
46 |
User | Count |
---|---|
139 | |
65 | |
61 | |
60 | |
53 |