Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Hi,
I'm struggling to recreate some functionality that I have in Excel. Any help would be greatly appreciated.
I'm creating a monthly pipeline report that shows how opportunities are progressing through a sales process. So far I have successfully manipulated my source data in Power BI to the point where I can get almost all the information and graphs that I need.
The only thing remaining is to create a table that summarises the value of projects, split by sector, that have passed through each phase in a given month. And also the target values.
------
The current format I have got to, is a list of opportunities which have the following info:
Opportunity ID | Target or actual? | Value | Sector | Phase 1 | Phase 2 | Phase 3 |
Opp-001 | Actual | £101.00 | SEC-A | YES | YES | YES |
Opp-002 | Actual | £102.00 | SEC-B | YES | ||
Opp-003 | Actual | £103.00 | SEC-B |
...and so on.
---
The output that I desire is a table that shows the value that has passed through each phase this month, split into sectors. Anbd also the targets for each phase and sector. (The target data is already in the same input table).
Like this:
Phase | Target or actual? | SEC-A | SEC-B | SEC-C | SEC-D |
Phase 1 | Target | 1000 | 1100 | 1200 | 1300 |
Phase 1 | Actual | 547 | 104 | 230 | 118 |
Phase 2 | Target | 2000 | 2100 | 2200 | 2300 |
Phase 2 | Actual | 316 | 326 | 343 | 110 |
Phase 3 | Target | 3000 | 3100 | 3200 | 3300 |
Phase 3 | Actual | 101 | 0 | 224 | 107 |
As you can see in the linked Excel file, I have created the exact output that I require using a SUMIFS with 3 sets of criteria.
I would like to remove this manual step using Excel and would greatly appreciate any assistance. I've tried searching for how to mimic SUMIFS functionality but I haven't understood enough to be able to apply it to my case.
Thank you
Excel File Link: https://1drv.ms/x/s!AtJBzwB0OS_Qgzir0Ktk8KgkbQmy?e=3RBgsT
Solved! Go to Solution.
@Ptown see the attached solution, main point is to unpivot the data in power query and then it is easy to visualize
Would appreciate Kudos 🙂 if my solution helped.
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
@Ptown see the attached solution, main point is to unpivot the data in power query and then it is easy to visualize
Would appreciate Kudos 🙂 if my solution helped.
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
Hi parry2k,
That's great, thank you very much.
P
-------
Note: I was only able to open the file on my personal laptop. On my work machine (which has Version: 2.75.5649.861 64-bit (November 2019)) I get the following error. But not a big deal. Thanks again!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
124 | |
114 | |
74 | |
65 | |
46 |