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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
Anonymous
Not applicable

new column / number of observations per group

How to create a new column and show the nomber of obs per group

 

Table A

obs  group value numberOfOBsPerGroup.

1  A   100    3

2  A    150    3

3  A    125    3

4  B    74      2

5  B    60     2

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

 

Follow these steps:

 

1- Go to Modeling and hit on New column

Capture-1.PNG

 

 

2. A new column will be added in the field area like this:

Capture-2.PNG

 

 

3. Click on that and add this formula here

Capture-3.PNG

My output:

Capture-4.PNG

Let me know for any if this works.

 

Thanks,

Tejaswi

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @Anonymous ,

 

Follow these steps:

 

1- Go to Modeling and hit on New column

Capture-1.PNG

 

 

2. A new column will be added in the field area like this:

Capture-2.PNG

 

 

3. Click on that and add this formula here

Capture-3.PNG

My output:

Capture-4.PNG

Let me know for any if this works.

 

Thanks,

Tejaswi

az38
Community Champion
Community Champion

hi @Anonymous 

try a simple measure if i understand you correct

Measure = calculate(count('Table'[obs]),ALLEXCEPT('Table','Table'[group]))

will it be ok for you?

do not hesitate to give a kudo to useful posts and mark solutions as solution


do not hesitate to give a kudo to useful posts and mark solutions as solution
LinkedIn

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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