This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hello
I have a column called position group which contains some values and some blanks
Also have a column called role level with some values and no blanks
For only the blanks in position group I want to replace with that employees value in role level.
So would be something like,
Solved! Go to Solution.
@rosscortb ,Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Thanks Link
So, only the blanks in position group should be replaced with that employees value in role level. If position group already as a value then ignore.
@rosscortb , You can have a new column like
Column = COALESCE([Position Group],[Role Level])
got it i need to go into the excel file select the blanks and delete the cell, might have been a space or something hidden in it. thanks
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 31 | |
| 23 | |
| 22 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 64 | |
| 41 | |
| 27 | |
| 22 | |
| 20 |