Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
First let me show the data:
date | action | docID | docName |
not important | not important | 111 | not log |
not important | not important | 123 | log |
not important | not important | 123 | log |
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:
What I would like to get (docName, Count of Actions):
Log | 1111 |
Log | 222 |
log file | 132 |
Log | 111 |
log file | 13 |
... |
|
Solved! Go to 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:
Then add the index column to the table visual and hide it,see below:
Set "word wrap" under "column header" and " value" off,
And you will see:
I made a sample .pbix file you can refer to.Pls click here.
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:
Then add the index column to the table visual and hide it,see below:
Set "word wrap" under "column header" and " value" off,
And you will see:
I made a sample .pbix file you can refer to.Pls click here.
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?
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
76 | |
76 | |
56 | |
38 | |
34 |
User | Count |
---|---|
99 | |
56 | |
51 | |
44 | |
40 |