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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Foolke
Helper I
Helper I

Calculate colum values in Matrix

Hi all,

I have a matrix as in table below.

How can i get an extra column where i Divide created by #Open Tickets (LTM)

Colum created = count

Open Tickets (LTM) = measure

sun.png

 

Thx

 

1 ACCEPTED SOLUTION
Ashish_Mathur
Super User
Super User

Hi,

Ensure that the Created column is a measure - you may use the COUNTA function for that.  Thereafter, write this measure

=[Created]/[# Open Tickets (LTM)]

Hope this helps.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

View solution in original post

4 REPLIES 4
Ashish_Mathur
Super User
Super User

Hi,

Ensure that the Created column is a measure - you may use the COUNTA function for that.  Thereafter, write this measure

=[Created]/[# Open Tickets (LTM)]

Hope this helps.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Thx @Ashish_Mathur , this solved my problem!

You are welcome.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
Ronald123
Resolver III
Resolver III

Hello @Foolke ,


You ask for a new colum in de the matrix.

 

First you need to make a new measure with the DAX function DIVIDE. Divide function

Then add this measure to the matrix.

 

Greets,

Ronald

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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