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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
aktripathi2506
Helper IV
Helper IV

Measure to display the content of column

 

Please consider the following scenario:

I have 3 table they are related to each other by many to one relationship.

I have 3 slicer,

Week

Year

Group

 

Now I have a measure with the following formula:

 

 

(CALCULATE(COUNT(Table1[Emp ID]),FILTER(ALLEXCEPT(Table2,Table2[Year],Table3[Group]),RELATED(Table1[Emp ID]))) - COUNT(Table1[Emp ID]) )

 

To get the number of employee out of total employee who are not present in the week, year and group name, I chose from the slicer.

 

For example from group A, for year 2016 and week 38 how many employee are present.

 

And this formula is working perfectly fine.

 

The only thing which I am trying now and wondering if that is possible or not is:

 

If I can get the Emp ID of the employee rather than just the count of employee.

2 REPLIES 2
v-ljerr-msft
Microsoft Employee
Microsoft Employee

@aktripathi2506


The only thing which I am trying now and wondering if that is possible or not is:

If I can get the Emp ID of the employee rather than just the count of employee.


Measure operates on aggregations of data defined by the current context, and returns a scalar value. So using a Measure to display the Emp IDs instead of the count of employee is not possible.

 

Regards

Anonymous
Not applicable

@aktripathi2506

 

Can you please share data model, sample data and output expected to find a solution

 

Cheers

 

CheenuSing

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors