The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello All.
I cant seem to get this to work:
= Table.Group(#"Changed Type", {"Block_ID"},
{
{"Children", each Text.Combine(each if [Block_type] = "Block" then [Block_Name_Child] else null, " | "), type text}
}
)
Solved! Go to Solution.
@Robert14358, You can have it in 2 steps.
Share sample data and expected output for the right solution!
@Robert14358, You can have it in 2 steps.
Share sample data and expected output for the right solution!
hmm okay, i wanted 1 step though 😞