Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
HI
In below given data model I am getting values for a particular column (carrier type as NPC , NPC, OTHERS, PC).
I want to create a custom column as carrier_type_new where NPC values should be trated as a single value
so how to manage this?
Solved! Go to Solution.
Hi @sakshikaul ,
I see there is a space in NPC value in one instance so there can be 2 ways of fixing this.
NewGrouping =
IF(yourColumn = "NPC" || yourColumn = " NPC", "NPC", yourColumn)
Thanks,
Pragati
Hi @sakshikaul ,
I see there is a space in NPC value in one instance so there can be 2 ways of fixing this.
NewGrouping =
IF(yourColumn = "NPC" || yourColumn = " NPC", "NPC", yourColumn)
Thanks,
Pragati
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 20 | |
| 11 | |
| 10 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 33 | |
| 30 | |
| 19 | |
| 12 | |
| 11 |