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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
Alexo3627
Frequent Visitor

Percentage by month line chart

Hello, I would like to know how I can show the percentage of each month, as it is in the example:

line chart PBI.PNG

Regards,

1 ACCEPTED SOLUTION

Thanks your aswer helped a lot:

divide(SUM(BASE[Cont]),CALCULATE(sum(BASE[Cont]), ALLSELECTED(BASE[dolencia ])))

View solution in original post

3 REPLIES 3
Thennarasu_R
Responsive Resident
Responsive Resident

Create one Measure 

Measure=Divide(Calculate(Sum(sales)),Calculate(Sum(sales),All(Month Column)))

Once created Measure chnage in  Format to Percentage

Thanks,
Thennarasu

Hi, thanks butthe measure show 0 in all months

Dolencia % by month = Divide(Calculate(count(BASE[dolencia ])),Calculate(count(BASE[dolencia ]),All(BASE[MES])))
Alexo3627_0-1666954060013.png

 

Thanks your aswer helped a lot:

divide(SUM(BASE[Cont]),CALCULATE(sum(BASE[Cont]), ALLSELECTED(BASE[dolencia ])))

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!

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.