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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Arpita-2024
Regular Visitor

dax formula to calculate percentage of trends

i wanted to make a chart on trends of students performance,

category Above, At and Below and three academic year 22-23, 23-24, 24-25

I want percentage of above, At and Below in 3 consecutive year . 3 years of above, 3 years of at and 3 years of below

as count I am getting the chart but not in percentage .. need help

 

3 REPLIES 3
Anonymous
Not applicable

Hi @Arpita-2024 ,

 

Is my follow-up just to ask if the problem has been solved?

If so, can you accept the correct answer as a solution or share your solution to help other members find it faster?

Thank you very much for your cooperation!

Anonymous
Not applicable

Hi @Arpita-2024 ,

I am not sure how your semantic model is designed, below is my example.

The test data is as follows.

vdengllimsft_0-1734585106308.png


Create a measure to calculate a percentage for each category.

Percentage = 
VAR Total =
    CALCULATE (
        SUM ( 'Table'[Count] ),
        ALLEXCEPT ( 'Table', 'Table'[Academic Year] )
    )
RETURN
    DIVIDE ( SUM ( 'Table'[Count] ), Total, 0 )

 

Then create a chart using that measure. The result is shown below. Hopefully this will meet your needs.

vdengllimsft_1-1734585329749.png


Please see the attached pbix file for reference.

Best Regards,
Dengliang Li

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

mark_endicott
Super User
Super User

@Arpita-2024  - Have a read through this and you'll find out how to get this question answered faster:

 

https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Get-Your-Question-Answered-Qu... 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.