Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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.