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
rthak
New Member

Line chart to show 100% for every month instead of total 100%

Hello, @desktop users

 

i have similar problem but i can't seem to get the line graph to total each month at 100%.

 

Below chart totals 100% across all 4 months. I need each month to total 100%.

 

rthak_0-1681670438102.png

I need the line to total to 100% for every month. I have the formula like this 

 

%MONTHLYHAX = calculate(count(HAXTimeService[ClaimID]),ALLSELECTED(HAXTimeService[EffectuationAge]))

 

rthak_1-1681670494424.png

rthak_2-1681670565387.png

 

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@rthak , Try a measure like

%MONTHLYHAX = divide(count(HAXTimeService[ClaimID]), calculate(count(HAXTimeService[ClaimID]),removefilters(HAXTimeService[EffectuationAge])))

 

 

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

2 REPLIES 2
amitchandak
Super User
Super User

@rthak , Try a measure like

%MONTHLYHAX = divide(count(HAXTimeService[ClaimID]), calculate(count(HAXTimeService[ClaimID]),removefilters(HAXTimeService[EffectuationAge])))

 

 

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

rthak_0-1681734231602.png

 

That seems to fix the issue.  I just can't seem to show the last organge line % on the chart.. May be its too low to show, but the main problem is fixed. I thank you very much for helping and contributing to help all users like me. Please continue to good work. Appreciate it!!

 

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.