Forum Discussion

AnthonyJoseph's avatar
AnthonyJoseph
Resolver III
3 years ago
Solved

Active / Projected project count

Hello Community,

 

I have two tables (Active and Projected) one table shows the count of projects that were projected and the "Active" table will give the count of projects that are active. I would need to show a fraction of "number of projects in Active table" / "number of projects in Projected table" based on the slicer selections from "Client, Portfolio and Year".

 

I have pasted below the sample data along with the expected output... anyhelp on how to achieve this is highly appreciated.

 

Projected
ClientPortfolioNo of ProjectsYear
AMedical12019
AInsurance22019
AEducation12019
BMedical12020
BAutomobile32020
CPetroleum22020
CMedical12020
CEducation12020
AMedical12020
AInsurance12020
AEducation12020

 

Active
ClientPortfolioNo of ProjectsYear
AMedical12019
BMedical12020
CMedical12020
CEducation12020
AMedical12020
AInsurance12020
AEducation12020

 

Output: when year = 2020 (multi-select) and client = B and C then output should be 3/8. 

i.e. (sumf of projects in active table)/(sum of projects in Projected table).

Highlighted in yellow in below image.

 

Any help is highly appreciated.

 

Thanks,

AnthonyJoseph

  • Hi AnthonyJoseph 

    Client, Portfolio and Year should be independent dimension tables connected to both fact tables. Then simple DIVIDE of the SUM's shsll do the job. 

1 Reply

  • tamerj1's avatar
    tamerj1
    Community Champion

    Hi AnthonyJoseph 

    Client, Portfolio and Year should be independent dimension tables connected to both fact tables. Then simple DIVIDE of the SUM's shsll do the job.