The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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!
Relationship
Hi,
Assuming Measure1 returns 1 and Measure2 returns 39, Measure3 should be
=[Measure1]/[(measure2]