Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

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

 

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 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!

 

3 Replies

    • Anonymous's avatar
      Anonymous
      Not applicable

      Thanks Ashish_Mathur . This is really helpful..

       

      Could you please help me understand the logic you used for the 'No Apps' metric.

       

      • Ashish_Mathur's avatar
        Ashish_Mathur
        Super User

        Hi,

        I'd request you to please read up on the functions used in that formula on the MSDN site.  If you are still unclear, then post here and i will clarify your doubts.