We're giving away 30 tickets for FREE! Share your story, your vision, or your hustle and tell us why YOU deserve a ticket.
Apply nowWin a FREE 3 Day Ticket to FabCon Vienna. Apply 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.
User | Count |
---|---|
67 | |
61 | |
47 | |
35 | |
32 |
User | Count |
---|---|
87 | |
72 | |
56 | |
49 | |
45 |