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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Morg_A
New Member

Calculate % from two queries

I am VERY new to PowerBI and while I know this should be simple I am not moving forward. 

 

I have several queries two specific ones for this questions: 

 

1. Lists Employees with training information: account name, owner name, account #, date of last login, points earned, location ID, etc

2. List of all accounts with total # of employees listed by owner and account #. 

 

I have the visual set to give me the active members from a Master Pull and total members from #RSAs--each of these will change depending on the Licensee name chosen.  How do obtain visual showing % utilization, so for the example below it would be 1/39 = 3%.  I've tried creating a meaure but with limited DAX knowledge isn't working. 

 

Thanks in advance!

 

 

 

RelationshipRelationshipCapture2.JPG

1 REPLY 1
Ashish_Mathur
Super User
Super User

Hi,

Assuming Measure1 returns 1 and Measure2 returns 39, Measure3 should be

=[Measure1]/[(measure2]


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors