The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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.
User | Count |
---|---|
65 | |
61 | |
60 | |
53 | |
27 |
User | Count |
---|---|
181 | |
88 | |
70 | |
48 | |
46 |