Hi,
I have a table of IDs that derive from another table, I need to add a list of values for each ID (years) so that I can summarise data into a table for each year. The years are as a list in another table. Can do this either in PowerQuery or PowerBi, whichever makes sense... (I assumed the former, but haven't had any luck with either so far).
Essentially I have this:
ID |
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
And i need this:
ID | AY |
1 | 2017 |
1 | 2018 |
1 | 2019 |
1 | 2020 |
2 | 2017 |
2 | 2018 |
2 | 2019 |
2 | 2020 |
3 | 2017 |
I assumed it'd be easy, I've found a lot of DAX to be fairly straight forward so far... But apparently not!
Any help would be greatly appreciated.
C
Solved! Go to Solution.
@Kureigu it will be easier to do in PQ, merge your ID table with the 2nd table which has the year on the ID column, and after the merge step, expand the column you just created and you will get all the years for each ID.
Something like this:
Check my latest blog post Compare Budgeted Scenarios vs. Actuals I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.⚡
Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
Hello @Kureigu ,
Create an additional column and do cross join.
Refer the pbix file on below link
https://dropfiles.org/rEba7WTm
Regards
sanalytics
If it is your solution then please like and accept it as your solution
Thanks guys, I really appreciated it... I seriously doubt I would've been able to discover that solution without your help.
Hello @Kureigu ,
Create an additional column and do cross join.
Refer the pbix file on below link
https://dropfiles.org/rEba7WTm
Regards
sanalytics
If it is your solution then please like and accept it as your solution
@Kureigu it will be easier to do in PQ, merge your ID table with the 2nd table which has the year on the ID column, and after the merge step, expand the column you just created and you will get all the years for each ID.
Something like this:
Check my latest blog post Compare Budgeted Scenarios vs. Actuals I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.⚡
Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
Check out new user group experience and if you are a leader please create your group
100+ sessions, 100+ speakers, Product managers, MVPs, and experts. All about Power BI. Attend online or watch the recordings.
User | Count |
---|---|
417 | |
187 | |
92 | |
86 | |
62 |
User | Count |
---|---|
467 | |
206 | |
136 | |
105 | |
88 |