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
adarshalok
Frequent Visitor

% Completion Scorecard (No measures in Table)

Hi Everyone, 

 

I'm pretty newbie to Power BI and try to viz a scorecard. 

I have a 3 tables which are merged together using JOINS. 

Table 1Table 2Table 3
Application NameApplication NameApplication Name
StatusStatusStatus
CategoryCategoryCategory

 

Table 1 is master table containing apps in Table 2 & 3 (Split based on Category)

 

I would like to calculate something like % Completion (Scorecard). 

Something like (App with Status Completed from Table 1 + App with Status Completed from Table 2) / Total App (Table 1)

PS: Table doesn't have any measures. 

 

Any help would be really appreciated.

 

 

1 ACCEPTED SOLUTION
Dhacd
Resolver III
Resolver III

Good day @adarshalok 
Try the below measure

VarTable1Statustrue=Calculate(countrows(table1),table[status]=true)
VarTable2Statustrue=Calculate(countrows(table2),table[status]=true)
Var result = (VarTable1Statustrue+VarTable2Statustrue)/countrows(table1)



If the measure works for you please mark this as the solution so others can also find it.
Regards,

Atma

View solution in original post

1 REPLY 1
Dhacd
Resolver III
Resolver III

Good day @adarshalok 
Try the below measure

VarTable1Statustrue=Calculate(countrows(table1),table[status]=true)
VarTable2Statustrue=Calculate(countrows(table2),table[status]=true)
Var result = (VarTable1Statustrue+VarTable2Statustrue)/countrows(table1)



If the measure works for you please mark this as the solution so others can also find it.
Regards,

Atma

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.