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

Get inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.

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])))

 

 

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])))

 

 

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
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

Check out the February 2025 Power BI update to learn about new features.

March2025 Carousel

Fabric Community Update - March 2025

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

Top Kudoed Authors