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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Lyle
Frequent Visitor

Divide a Count column by another Count column per month

Please help with a formula for a percentage per month. January would be 7 / 136 = 5.15%

 

Lyle_0-1640081817680.png

Thanks in advance!

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Lyle ,  Try measure like 

Divide(Count(Table[LSE]) , Count(Table[Mode]))

 

or

Divide(distinctCount(Table[LSE]) , distinctCount(Table[Mode]))

 

mark it as % measure from measure tool

View solution in original post

2 REPLIES 2
Lyle
Frequent Visitor

Thank you sir

amitchandak
Super User
Super User

@Lyle ,  Try measure like 

Divide(Count(Table[LSE]) , Count(Table[Mode]))

 

or

Divide(distinctCount(Table[LSE]) , distinctCount(Table[Mode]))

 

mark it as % measure from measure tool

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.