Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hello!
I am trying to exapnd a target table to cascade the targets down to the weekly level from the monthly level. However, when I do a merge with my date table, it is returning blanks for all weeks that aren't the first of the month. How can I get the target table to expand to the weekly level with the appropriate targets?
Thanks!
Current Table:
Solved! Go to Solution.
Hi @datauser_2025 ,
Thanks for reaching out to us.
Based on your description, you can try filling down after merging.
Here's an example, after merging with the date table, there're blanks.
Select the columns and then fill down.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @datauser_2025 ,
Thanks for reaching out to us.
Based on your description, you can try filling down after merging.
Here's an example, after merging with the date table, there're blanks.
Select the columns and then fill down.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @datauser_2025 ,
When you do the merge the values will only get pickup for the lines that match, so in this case you get the line for the first of the month filled out.
To achieve what you need you must be sure that your date is sorted by the date column asc so from 1st January to 31st of December, after that go to the columns that are blank and do a fill down that will mark all the values with the above value.
https://learn.microsoft.com/en-us/power-query/fill-values-column
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsIf 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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 55 | |
| 34 | |
| 31 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 74 | |
| 71 | |
| 38 | |
| 35 | |
| 25 |