Forum Discussion
bean-tbay
3 years agoNew Member
Getting Started - Table Relationship & Quick Dashboard
Hello I'm fairly new to PowerBI and have been watching some videos and hoping that someone can point me in the right direction. Just for starting/testing purposes, I have two data tables, loa...
Ashish_Mathur
3 years agoSuper User
Hi,
Create a relationship (Many to One and Single) from the Data Table to the Users Table. To your visual, drag Name from the Users table. Write this measure
Measure = sum(Data[Percentage])
Format the Measure as %.
Hope this helps.