This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreGet Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.
Hi all,
I am unfortunately stuck at a visualisation issue within the PowerBI Online App.
The data I'd like to analyse/visualise is structured as follows:
Title | LocationA | LocationB | LocationC | Publisher1 | Publisher2
Title contains distinct datapoints whereas Location and Publisher contain repeating datapoints (there is one type of type listed in the TypeA column. Here's an example:
The issue is that columns B, C, D and E, F all represent datapoints related to the same category (Publish-Location for B, C, D and Publisher for E, F). However, if I want to create a visualization showing where and by whom my ads have been published (e.g. a bar graph with 3 bars for the publishing locations and a graphical sub-division per bar for each publisher) .
Is there any way to group those colums or tell PowerBI that they contain data from the same category (Location and Publisher)?
Thanks for your help!
Jan
Hi @JaSp,
Could you please tell me if your problem has been solved? If it is, could you please mark the helpful replies as Answered?
Regards
Daniel He
Hi @JaSp,
Based on my test, you could refer to below steps:
Sample data:
Unpivot all the columns except [Title] in query editor:
Apply it and create a calculated column in data view:
Group = IF(Table1[Attribute]="Facebook"||[Attribute]="Youtube"||[Attribute]="Linkedin","Group1","Group2")
Now you could create a bar chart and use the Group as legend and publish to service:
You could also download the pbix file to have a view.
Regards,
Daniel He
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 15 | |
| 11 | |
| 9 | |
| 7 | |
| 7 |
| User | Count |
|---|---|
| 43 | |
| 35 | |
| 31 | |
| 23 | |
| 20 |