Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi all, I'm trying to create a table / graph showing cumulative income and cumulative target by week.
I'm drawing data from a table of financial records that includes a handy 'Week of created date' with which to group the individual records. However there are some weeks where no income was received, the consequence being that the target does not increment for those missing weeks. My problem is how do I fill the gaps?
I have tried creating a new table, 'Weeks' that generates a series of dates between the start and end of the timeseries with 7 day intervals, and joined that to the 'Week of created date'. I can then use the [Value] in my table, but the running target still does not increment with the blank weeks.
The [Running target] is in a table called 'Cumulative income':
Any advice on how I get the running target to increment with each week would be very gratefully received! If more information would help, just let me know.
Many thanks
Jon
Hi @jonbrooker
not very clear. Do you want to fill the gaps with last nonblank previous value?
Hi @tamerj1 , I want the Running target to increment every week, including in the weeks when there is no Total income.
By how much?
By the [Weekly target]. At the moment my Running target only goes up when the Running income also goes up. I don't understand why as I have tried to link it to a full list of weeks.
In the screenshot above, the Running target goes up in the first two weeks (when there was some income), but then stays the same in the next two weeks when there is none.
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 |
|---|---|
| 6 | |
| 6 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 22 | |
| 10 | |
| 10 | |
| 6 | |
| 5 |