Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
martazebrowska
New Member

Group by columns

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.

1 REPLY 1
Nathaniel_C
Community Champion
Community Champion

Hi @martazebrowska ,

Try this: 

IF(ISBLANK(tablename[ManagerID]),"Group 1" , "Group 2")

IF(ISBLANK() checks to see if a value is blank and returns a True or False.


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





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.