Forum Discussion
Denormalized table for project data
- 4 years ago
Hi PBIDEV_10 ,
Select your [Department] column and go to Transform tab > Split Column (Dropdown) > By Delimiter.
In the first dropdown in the dialog, choose Custom and enter '; ' (semicolon space) without the apostrophes.
Leave it to split at each occurrence of the delimiter.
Under Advanced Options, choose to split into rows.
I would, at this point add a conditional column or merge that gets the [Department_PK] from your dimension table, then use this in a Snowflake model to be able to control by Division as well.
Pete
Hi PBIDEV_10 ,
Select your [Department] column and go to Transform tab > Split Column (Dropdown) > By Delimiter.
In the first dropdown in the dialog, choose Custom and enter '; ' (semicolon space) without the apostrophes.
Leave it to split at each occurrence of the delimiter.
Under Advanced Options, choose to split into rows.
I would, at this point add a conditional column or merge that gets the [Department_PK] from your dimension table, then use this in a Snowflake model to be able to control by Division as well.
Pete