The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hello 🙂
I have a year field where some rows are written 2027-2030, I want to know if it is possible to convert this row to multiple rows with duplicating the same row but with drill down year.
I want to have:
2027 .................
2028 ...............
2029 ....................
2030 ..................
Is it possible ?
Solved! Go to Solution.
@Anonymous , You need to split this column by delimiter
when second one is blank copy the values from the first one
Then use List.Generate to get the year between the two columns and expand the list
@Anonymous , You need to split this column by delimiter
when second one is blank copy the values from the first one
Then use List.Generate to get the year between the two columns and expand the list
User | Count |
---|---|
68 | |
63 | |
59 | |
54 | |
28 |
User | Count |
---|---|
182 | |
81 | |
64 | |
46 | |
41 |