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
Anonymous
Not applicable

Power Query: How do i display the name of columns in an axis and use their values ?

Hello,

 

I need to make a graph as shown bellow that represents the reasons of delays; as an axis there are the names of columns and as a value it is the percentage represented by the number of "Y" in each column divided by the number of "Y" in the "Delayed" column.

 

How can i represent this in power bi ?

 

Thanks in advance

 

Table.png

graph.png

1 ACCEPTED SOLUTION
CNENFRNL
Community Champion
Community Champion

I assume that a project is delayed as soon as any one of the reasons is Y; so that the "Delayed" column isn't necessary.

Screenshot 2021-05-27 202318.png

Unpivot the above dataset for DAX calculation,

Screenshot 2021-05-27 203114.png

Screenshot 2021-05-27 202936.png

 


Thanks to the great efforts by MS engineers to simplify syntax of DAX! Most beginners are SUCCESSFULLY MISLED to think that they could easily master DAX; but it turns out that the intricacy of the most frequently used RANKX() is still way beyond their comprehension!

DAX is simple, but NOT EASY!

View solution in original post

1 REPLY 1
CNENFRNL
Community Champion
Community Champion

I assume that a project is delayed as soon as any one of the reasons is Y; so that the "Delayed" column isn't necessary.

Screenshot 2021-05-27 202318.png

Unpivot the above dataset for DAX calculation,

Screenshot 2021-05-27 203114.png

Screenshot 2021-05-27 202936.png

 


Thanks to the great efforts by MS engineers to simplify syntax of DAX! Most beginners are SUCCESSFULLY MISLED to think that they could easily master DAX; but it turns out that the intricacy of the most frequently used RANKX() is still way beyond their comprehension!

DAX is simple, but NOT EASY!

Helpful resources

Announcements
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.

Top Solution Authors