Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi There,
I have a dataset like the one below where I have a dynamic number of teams - and for each team they have their own FTE number and target performance. My goal is to get the final 2 columns based on formula (FTE*Target) for their own respective teams (teams indentified in their column headers by text after delimiter ".")
FTE.Team1 | FTE.Team2 | Target.Team1 | Target.Team2 | Throughput.Team1 | Throughput.Team2 |
5 | 7 | 4 | 2 | 20 | 14 |
I have built part of the formula (or so I believe)
List.Accumulate(ThroughputTeamLists, PreviousStep, (state, current) =>
Table.AddColumns(state, current, each xxxxxx)
where ThroughputTeamLists is a list function which works out the number of columns that need to be added and the column names (in this case it holds "Throughput.Team1" & "Throughput.Team2"). Where I am unable to proceed is how to get the formula to multiply only the columns which end with the same text after delimiter as the column name itself.
Please could I get some help on how to get around this issue?
Thanks in advance
Solved! Go to Solution.
Hi @PBI_SG ,
Is this your expected output?
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
Hi @PBI_SG ,
Is this your expected output?
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
14 | |
13 | |
12 | |
12 | |
12 |