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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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