Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hello Expert,
I'm newbie to power query and PBI as trying to find solution for my requirement and afraid as i couldn't find it.
Here is input
Firstly, it should create duplicate row referring the upper row and Duplicate row should calcuclate by adding D+G columns of Input.
Ex for 1 - in column D as 16 and G as 8 = 24 should appear in new dulicate line item.
Appreciate your valuable inputs in this regard.
Regards,
Arjun
Solved! Go to Solution.
@Anonymous
Please see attached file as well
HI Arjun @Anonymous
You can also do it via DAX calculated TABLE
Go to Modelling Tab>> NEW TABLE
Table = VAR temp = SELECTCOLUMNS ( table1, "A", [A], "B", [B], "C", [C], "D", [D], "E", [E], "F", [D] + [G], "G", [F] + [I], "I", [I] ) RETURN UNION ( Table1, temp )
@Anonymous
Please see attached file as well
Thank you @Zubair_Muhammad,
How can I use this function by importing the file from other workbook, which calaculation do i need to select?
Regards,
Arjun
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
80 | |
76 | |
60 | |
36 | |
33 |
User | Count |
---|---|
91 | |
60 | |
59 | |
49 | |
45 |