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
lukaspowerbi
Helper II
Helper II

Calculating percentage from two different tables in power bi desktop

I am trying to create a card visual displaying a percentage number that is derived from two tables. 

Table 1 Sample:

capture.JPG

 

Table 2 Sample:

capture.JPG

 

How can I accomplish the following:

Table1(Member ID) divided by Table2(Member ID) *100 = 45%

This is just an example %number but I would like to see the % number in my card visual. 

2 ACCEPTED SOLUTIONS
srinivt
Employee
Employee

You can write DAX measure to do that. However, your example and usecase seems to be a bit confusing, because, for a card visual you are looking at a single number for the entire table. One way to achieve that is to aggregate the data from each table, but I am not sure if that is what you want. In any case here is a sample DAX measure for that: SUM(Table1[MemberID]) / SUM(Table2[MemberID]). 

 

 

View solution in original post

lukaspowerbi
Helper II
Helper II

Thanks @srinivt

 

Yes, I am looking for a single number. 

View solution in original post

3 REPLIES 3
lukaspowerbi
Helper II
Helper II

Thanks @srinivt

 

Yes, I am looking for a single number. 

@lukaspowerbi,

Have you got expected result after you creating a measure as srinivt's post?

Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
srinivt
Employee
Employee

You can write DAX measure to do that. However, your example and usecase seems to be a bit confusing, because, for a card visual you are looking at a single number for the entire table. One way to achieve that is to aggregate the data from each table, but I am not sure if that is what you want. In any case here is a sample DAX measure for that: SUM(Table1[MemberID]) / SUM(Table2[MemberID]). 

 

 

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.