Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello!
I created a summarized column below:
It has only two columns of data and I'd like to add additional rows for the Category column. Below is my expected output.
| Category | CF Activity |
| A | AA |
| B | AB |
| C | AC |
| D | AD |
| E (new row) | |
| F (new row) |
Is this possible? I need this for making a hierarchy (related question) where I'm using the Path function (based on previews answers here in the community, the categories should be in the same column with its items).
Thank for the help!
Hi @crln-blue
Good day,
you can use Union and Row DAX to add new rows of data to a table, check this video to know how...
https://www.youtube.com/watch?v=EkndV5cWMR8
Thanks & Regards,
Mohammed Adnan
Will check this. Thank you!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.