Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Extract Data from another table using another table

Hi Guys,

 

I have an 'AppDate' table that looks like below:

AppDate
CostCenterAppIdSubDate
1111/1/2019
2221/5/2019
33nullnull
4432/5/2019
5542/27/2019
6665/3/2019
77105/5/2019
88185/23/2019

 

There is another table that has all detailed info of the Cost centers ( they may or may not be present in the above AppDate table):

 

CostCenterInfo
CostCenterNameHome State
11AACalifornia
22BBFlorida
33CCTexas
44DDFlorida
55EECalifornia
66KKArizona
77YYCalifornia
88NNArizona
99GGTexas
100TTTexas

 

Also, there could be a few rows with cost centers in the AppDate table that are not have any entry present in the 'CostCenterInfo' table. 

 

Using a date filter, I need to get the list of all Cost centers that DO NOT have any application associated to them. 

I need two things:

1. KPI : Count of Cost Centers with no Apps

2. Table of all Cost Centers that have no Apps 

 

In the above case, if the end user selects date range of 'Feb 2019',

1. Count of Cost Centers with No Apps  will be '8'. (Since there are only two brancehs in Feb'19 that returned apps in this month and there are a total of 10 Cost Centers in the second table ( CostCenterInfo table).

 

2. The table should show all info for above 8 Cost centers (resulting rows from the previous metric) that did not return any apps in the selected date range ( here, Feb'2019).

 

It seems easier in SQL but, I am unable to figure out how to do it in Power Bi.

Please help!

 

2 REPLIES 2
v-yuta-msft
Community Support
Community Support

@Anonymous ,

 


I need two things:

1. KPI : Count of Cost Centers with no Apps

2. Table of all Branches that have no Apps 

 

In the above case, if the end user selects date range of 'Feb 2019',

1. Count of Cost Centers with No Apps  will be '8'. (Since there are only two brancehs in Feb'19 that returned apps in this month and there are a total of 10 branches inthe second table ( CostCenterInfo table).

 

2. The table should all info for the above 8 branches that did not return any apps in that month.

 

It seems easy in SQL but, I am unable to figure out how to do it in Power Bi.

Please help!

 


 Could you please clarify more details about "branched" and share the expected result?

 

Regards,

Jimmy Tao

Anonymous
Not applicable

Hi  @v-yuta-msft 

 

Sorry for confusing the 'Cost centers' with 'branches'.

I have updated the question so hopefully the udpated question would be more clear.

 

I am looking for two KPIs here:

Based on selected months in date filter, 

1. Count of Cost Centers that did not return any apps 

2. Show all data of those cost centers (fro mthe CostCenterInfo table) selected in the previous query. 

 

Let me know if you have any other questions.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors