Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I am very begginer and I would like to ask you for advice which and how to use a formule in case below. I have a table with columns:
[User ID] [User name] [Manager ID] [Manager name]
The thing I need is to add a column with name of group. If someone is in column 'Manager name', then should be assign to Group 2, if is only in column 'User name' then Group 1. Of course people can be in both columns (as an employee and people manager).
Really count on your expertise and I will be appreciate if you reply my question.
Hi @martazebrowska ,
Try this:
IF(ISBLANK(tablename[ManagerID]),"Group 1" , "Group 2")
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel
Proud to be a Super User!
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
7 | |
7 | |
3 | |
2 | |
2 |
User | Count |
---|---|
6 | |
5 | |
4 | |
4 | |
4 |