Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
skutovicsakos
Helper I
Helper I

don't group text on visual

 

First let me show the data:

 

dateactiondocIDdocName

not important

not important111not log

not important

not important123

log

not important

not important123log

 

I want to show visualize many actions were for each document (docID), but I want to show the document name. In other words, I do not want power bi to group the names on the visual. Is there a way to do this?

 

This is what I get now: 

Capture.PNG

 

 

 

 

 

What I would like to get (docName, Count of Actions):

Log1111
Log222
log file 

132

Log

111

log file

13

...

 

1 ACCEPTED SOLUTION

Hi @skutovicsakos

 

You need to add an index column to separate each row,see below:

1, Go to query editor> add column >Index column:

11.png

 

Then add the index column to the table visual and hide it,see below:

Set "word wrap" under "column header" and " value" off,

Annotation 2020-04-24 135932.png

 

And you will see:

Annotation 2020-04-24 140058.png

I made a sample .pbix file you can refer to.Pls click here.

 

 

 
Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!

 

View solution in original post

4 REPLIES 4
amitchandak
Super User
Super User

If name are same they will grouped on visuals. The way our create a concatenated column

 

id name = [Name] & " " & [ID]

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Thats is exactly what I was thinking, but I want to know if there is a way to show only the document name

Hi @skutovicsakos

 

You need to add an index column to separate each row,see below:

1, Go to query editor> add column >Index column:

11.png

 

Then add the index column to the table visual and hide it,see below:

Set "word wrap" under "column header" and " value" off,

Annotation 2020-04-24 135932.png

 

And you will see:

Annotation 2020-04-24 140058.png

I made a sample .pbix file you can refer to.Pls click here.

 

 

 
Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!

 

Thank you @v-kelly-msft,

I will accept this as a solution, because it solves the original question, but this method does not work on all visuals. Is there a way to get the same result on a bar chart? 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.