Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi, i need some help to structure this the way i need to.
In each column i have the forecasted value of a opportunity based on some assumptions we have calculated earlier.
So for each row that represents a opportunity we will forecast a certain % of the revenue 0 weeks from now, 1 week from now etc.
I want to view this in a line chart, and i need some logic for power BI to understand that column FCT 0 -10 are connected and means weeks from now.
I need a calculation for the X axis 0-10 weeks, and the y value would be the total sum of the column.
I hope someone can give me a hand with, preferably in DAX
- A
Solved! Go to Solution.
Hello,
Look into unpivoting your table's forecast columns. You can then aggregate by the different forecast periods and use the forecast period in one axis. There is (rightfully) no way that I'm aware of to string columns together.
If that doesn't make sense, it might be easier to show you what I mean If you upload your pbix file to a fileshare site then share a link
----------------------------------
If this post helps, please consider accepting it as the solution to help other members find it quickly. Also, don't forget to hit that thumbs up and subscribe! (Oh, uh, wrong platform?)
.
Proud to be a Super User! | |
Hello,
Look into unpivoting your table's forecast columns. You can then aggregate by the different forecast periods and use the forecast period in one axis. There is (rightfully) no way that I'm aware of to string columns together.
If that doesn't make sense, it might be easier to show you what I mean If you upload your pbix file to a fileshare site then share a link
----------------------------------
If this post helps, please consider accepting it as the solution to help other members find it quickly. Also, don't forget to hit that thumbs up and subscribe! (Oh, uh, wrong platform?)
.
Proud to be a Super User! | |
Yes, thanks..
I found out that i needed a new table where and the forecast periods as rows.
Yes, thanks..
I found out that i needed a new table where and the forecast periods as rows.
User | Count |
---|---|
25 | |
12 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
12 | |
11 | |
10 | |
6 |