Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello
If I understood correctly, you want to see Col2 values (ie. Attr1, Attr2) separately? But you don't have any grouping for Col2.
Maybe you need to create another visual next to this one, where you switch Col2 to X-axis?
Another option, if the Col2 values are few and well defined, would be to create a measure per attribute and use those as values. Ie.
Attr1Max = calculate( max([Col3]), filter( 'Table', [Col2] = "Attr1" ))
@Gabriel_Walkman thanks but Measures cannot be used in slicers so this dismisses them
I offered you two options. How about the first one?
The latter one does not require using measures as filters but it might not make sense otherwise.
New idea, how about create a Col5 = Col1 & " " & Col2 and use that as legend?
@Gabriel_Walkman thanks!
1) I think the concat is not preferable due to creating a very large number of inconvenient to filter/select entries.
2) Can you explain please the use of Groups? I have not used them before
3) The below seems interesting:
Attr1Max = calculate( max([Col3]), filter( 'Table', [Col2] = "Attr1" ))
However, it needs to be something like:
Attr1Max = calculate( max([Col3]), filter( 'Table', [Col2] = [Col2] ))
So that it will work for any Attr, can that work?
Thanks!
1) You can still create slicers from Col1 and Col2 as normally, even if you'd use the concatenated value in the visual.
2) By grouping I mean ie. something in either x-axis or legend. "group by month", "group by ColX" etc.
3) No, it would not work like that at all. I'd forget that suggestion altogether, I was very tired when I wrote that.
can you just screenshot your visual with the visual pane setttings? so much easier to understand that way and see what is going on.
Proud to be a Super User!
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.