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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
oslosa
Helper I
Helper I

Stacked column chart with text as data labels

Hi, I want to make a visual to display my "project pipeline". I have a list of projects with their current phase, and I want to make a visual to show the pipeline. What I have in mind is a stacked column chart with phase on the x-axis, count of project title on the y-axis and the project title as a data label. I am able to create the stacked column chart, but the data label is linked to the count of project title, so each box in the column is filled with a 1. I want this 1 to be the project title. Is this possible?

1 ACCEPTED SOLUTION
v-yuta-msft
Community Support
Community Support

@oslosa ,

 

You may use "Group by" feature in query editor(the transform panel) to achieve the count of  each group, then apply the modification and drag the new column to the legend field in the stack bar visual.

 

Or create a calculate column using dax expression.

Group Legend =
CALCULATE (
    COUNTROWS ( Table ),
    FILTER ( Table, Table[Category] = EARLIER ( Table[Category] ) )
)

 

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.

View solution in original post

3 REPLIES 3
Charizard
Regular Visitor

Hello Oslosa,
I had the same problem and found a visual that kinda does this.
It's called Treemap Bar Chart by MAQ Software, might be useful to you too.

v-yuta-msft
Community Support
Community Support

@oslosa ,

 

You may use "Group by" feature in query editor(the transform panel) to achieve the count of  each group, then apply the modification and drag the new column to the legend field in the stack bar visual.

 

Or create a calculate column using dax expression.

Group Legend =
CALCULATE (
    COUNTROWS ( Table ),
    FILTER ( Table, Table[Category] = EARLIER ( Table[Category] ) )
)

 

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.

HashamNiaz
Solution Sage
Solution Sage

Hi !

Please try using Gannt Chat visual for this purpose.

Regards,

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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