The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
24 | |
10 | |
8 | |
6 | |
5 |
User | Count |
---|---|
31 | |
11 | |
10 | |
10 | |
9 |