This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Any idea if i want to create 20 rows based on Year 2020?
First Row = Year (Today()), which is 2020.
E.g.
Year
2020
2019
2018
......
1999
Solved! Go to Solution.
Thanks for Greg_Deckler, with a little midyfication, it works.
Table = GENERATESERIES(YEAR(TODAY())-21,YEAR(TODAY()),1)
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks for Greg_Deckler, with a little midyfication, it works.
Table = GENERATESERIES(YEAR(TODAY())-21,YEAR(TODAY()),1)
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 4 | |
| 4 | |
| 3 |