Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
I need some help being able to SUM this data Account Payable raw data in which has Invoice #, Inv Amount, GL Acct, Line Amount, Reviewer Group and OPS Center. I always want to see how much cost by AP per each OPS Center. I have attached a link to the raw date to see how I can do this.
https://1drv.ms/x/c/dde426a4a83b9697/EQm4shm6t1VLth7P1C43fvUBp7YXyeJGUOV02fDTvhd9uA?e=YOPjPz
Screenshot
Solved! Go to Solution.
Hi @plunkett40
1. User Matrix visual, then use Pay Type(1st level), Ops Center(2nd level) in the rows, Inv. Date(or which ever date column deem necessary) in the Columns(select appropriate level of hierarchy - Year, Quarter, Month,Date), Inv. Amount as Values ( Aggregation - Sum). This will give you an output looking like the below -
2. If you need any specific summarized value, you can use the calculation as mentioned by @hnguy71 .
If I have solved your problem, mark my post as solution and give kudos 👍!!
Have a great day!
Thanks
Hi @plunkett40
1. User Matrix visual, then use Pay Type(1st level), Ops Center(2nd level) in the rows, Inv. Date(or which ever date column deem necessary) in the Columns(select appropriate level of hierarchy - Year, Quarter, Month,Date), Inv. Amount as Values ( Aggregation - Sum). This will give you an output looking like the below -
2. If you need any specific summarized value, you can use the calculation as mentioned by @hnguy71 .
If I have solved your problem, mark my post as solution and give kudos 👍!!
Have a great day!
Thanks
Hi @plunkett40 ,
It should just be the sum of your invoice or line item amount. If you only wanted to return the Accounts Payable value, your measure should look something similar to this:
AP.Total = CALCULATE(SUM(YOUR_FACT_TABLE[Inv Amount]), YOUR_FACT_TABLE[Pay Type] = "AP Payable")
Then you would plug that into a visual along with the "Ops Center" column and you should be able to see the required breakdown.
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 42 | |
| 37 | |
| 35 | |
| 22 | |
| 15 |
| User | Count |
|---|---|
| 67 | |
| 58 | |
| 29 | |
| 27 | |
| 25 |