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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
Seer_Bug
Helper I
Helper I

Change series chart type in Power BI service

In power Bi service , I am trying to get a line chart with error% trend month on month . However apart from% of grand total , i am unable to find any other options.

 

As per the below example , Line chart should show :

Overall error % for Apr month for USA is 50% ( 2 error opportunity and 1 error made ) 

Overall error % for May month for USA is 100% ( 1 error opportunity and 1 error made)

Overall error % for Apr month for UK is 0% ( 1 error opportunity and 0 error made)

 

@amitchandak @v-xuding-msft 

I have a raw data like shown  below :  

Request numberLocation/SiteMonthError OpportunityErrorError%  = (error count _yes/error Opportunity)
1USAApr1Yes100%
2USAApr1No0%
3UKApr1No0%
4USAMay1Yes100%
1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Seer_Bug , Try like

DIVIDE(CALCULATE(sum(Test[Error Opportunity]),Test[Error] ="Yes"),CALCULATE(sum(Test[Error Opportunity])),0)
Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

3 REPLIES 3
amitchandak
Super User
Super User

@Seer_Bug , Try like

DIVIDE(CALCULATE(sum(Test[Error Opportunity]),Test[Error] ="Yes"),CALCULATE(sum(Test[Error Opportunity])),0)
Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

thanks @amitchandak . this worked.

1.however its not showing %, instead showing as 0.5 and 1.0. how do i get this as % ( I am new to PBI).

2.If I have multiple tables with similar data and if want to consolidate 4 tables with overall error % - how do i use a similar formula)

 

@Seer_Bug , Just like excel, if make it % type. It will display as % (*100). Or  multuple by 100.

 

As log as you have common dimesion and you do not have multiple number , you can do it easily. 

 

In case of multiplication you need to force row context. But that does not seems a need as of now. 

 

Data Format New Rib.png

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

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

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.