Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I have the following tables (abbreviated):
Resources.ResourceName | Resources.Hours |
Resource 1 | 40 |
Resource 1 | 20 |
Resource 1 | 10 |
Projects.ProjectName | |
Project 1 | |
Project 2 | |
Project 3 |
And would like to create a PowerBI table visualization that looks like this, summarizing project count and project hours but keeping the detail :
BI TABLE VISUAL | ||||
Resources.ResourceName | Summary Hours | Project Count | Projects.Name | Resources.Hours |
Resource 1 | 70 | 3 | Project 1 | 40 |
Project 2 | 20 | |||
Project 3 | 10 |
Thought this would be simple, but am struggling as a leyman PowerBI user. Any suggestions?
Much appreciated...
Could you show the logic of how to achieve the output visual from the original table? For example, why in Resources.ResourceName, the values are Resource1?
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Sorry, editor didnt like the HTML tags, here is an image of the table visualization:
User | Count |
---|---|
59 | |
59 | |
56 | |
38 | |
29 |
User | Count |
---|---|
78 | |
62 | |
45 | |
40 | |
39 |