Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
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.
Solved! Go to Solution.
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
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.
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
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.