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

Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register now.

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
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

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