Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. 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:
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 57 | |
| 37 | |
| 34 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 74 | |
| 70 | |
| 37 | |
| 35 | |
| 25 |