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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Neqom
Frequent Visitor

Power Bi Line Chart Show Percentage per x-axis category instead of Grand Total

For the On Time Trend I need to show the percentage of PO that have the status = "Ontime" per month instead of grand total.
Example: 
January 2023 has a total of 100 PO and 70 were "On time". 
February 2023 has a total of 50 PO and 40 were "On time". 

Graph should display January 70%, February 80%
Graph currently display January 46.6%, February 26.6%

Image 1.pngImage 2.png

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Neqom , Assume you have two measures ontime and total PO

 

Then it should be a measure

 

% = Divide([OnTIme], [Total PO])

 

If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@Neqom , Assume you have two measures ontime and total PO

 

Then it should be a measure

 

% = Divide([OnTIme], [Total PO])

 

If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

I don't have any measures. The fields "Po Number","Requested Date" and "Status" are fields in the same table.


https://drive.google.com/file/d/1On1AZt6bgkuPCWmhoegZ5LNs3xmhUIFI/view?usp=sharing


There it is sample data with those 3 columns. PO Number appears multiple times since every PO number has multiple lines.

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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