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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Gopal_PV
Helper III
Helper III

How to create excel kind of calculation table report in power bi

Hi Folks,

The data source is SQL SERVER.

I have created a report using sales data. i have taken table in power bi Desktp and created all the fields. Now the requirement is i have to display all the calculations like in excel.  Report below i have to display same like in excel. How to do that in Power BI. My Final report need to be like below.

 

Pleas help me out.

 

R.png

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Gopal_PV 

You can put the fields to the table visual, you can creata three measures

Count = COUNTA('Table'[Money Type])

MonthDelivery = SUM('Table'[Vendor Dlivery Free])

TotalAmount = SUM('Table'[Amount])

Then put the fields and measures to the table visual

vxinruzhumsft_0-1676426506323.png

 

Best Regards!

Yolo Zhu

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

1 REPLY 1
Anonymous
Not applicable

Hi @Gopal_PV 

You can put the fields to the table visual, you can creata three measures

Count = COUNTA('Table'[Money Type])

MonthDelivery = SUM('Table'[Vendor Dlivery Free])

TotalAmount = SUM('Table'[Amount])

Then put the fields and measures to the table visual

vxinruzhumsft_0-1676426506323.png

 

Best Regards!

Yolo Zhu

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

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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