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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Calculated column

Hi. I am new in Power Bi. Please I need to create a new column with the division between of Sum of PrecioTotal and Count of Razon.

Thanks for your help

 

CodVendSum of PrecioTotalCount of Razon
1$3.572
2$6.903
3$11.233
4$12.263
5$16.844

 

1 ACCEPTED SOLUTION
v-yulgu-msft
Employee
Employee

Hi @Anonymous,

 

If above sample table is the original data table in excel worksheet, you can refer to below DAX to create a calculated column.

Column = DIVIDE(Table9[Sum of PrecioTotal],Table9[Count of Razon])

1.PNG

 

If above table is the output in table visual, and the source table contains columns [CodVend], [PrecioTotal] and [Razon]. You can add below measure to table visual.

Measure=SUM(Table9[[PrecioTotal]])/SUM(Table9[Razon])

Best regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

4 REPLIES 4
v-yulgu-msft
Employee
Employee

Hi @Anonymous,

 

If above sample table is the original data table in excel worksheet, you can refer to below DAX to create a calculated column.

Column = DIVIDE(Table9[Sum of PrecioTotal],Table9[Count of Razon])

1.PNG

 

If above table is the output in table visual, and the source table contains columns [CodVend], [PrecioTotal] and [Razon]. You can add below measure to table visual.

Measure=SUM(Table9[[PrecioTotal]])/SUM(Table9[Razon])

Best regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Ashish_Mathur
Super User
Super User

Hi,

 

Paste your source data here.


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

My source data is a excel spreadsheet.

The table of the message is the data of that spreadsheet.

Thanks for your help

 

Hi,

 

If the Table in your original post is also your source data, then write this calculated column formula

 

=[Sum of PrecioTotal]/[Count of Razon]

 

Hope this helps.


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

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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