cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
Jawroy
Regular Visitor

powerpivot OR function limited

I get the message "The end of the input was reached". What I'm trying to do is have multiple 'OR'-functions in my table. I've tried || , but that didn't help much.

 

What I need is;

column [dept] has 8 unique values(A, B, C, D, E, F, G, H),  which I want to categorize in 3 categories X, Y and Z. For example, A through C go in X, D through F go in Y, what's left in Z.

 

How would I handle this in Powerpivot?

1 ACCEPTED SOLUTION
v-huizhn-msft
Microsoft
Microsoft

Hi @Jawroy,

I try to reproduce your scenario and get expected result as follows.

1. Type your data into Excel table, click PowerPivot->Add to Date Model under home page.

 

1.PNG

2. Create a rank calculated column using the formula.

=RANKX(Table1,Table1[dept],,ASC)


3. Based on rank column value, calculate the expected result using formula.

=IF(AND(Table1[Rank]>=1,Table1[Rank]<=3),"X",IF(Table1[Rank]<=7,"Y","Z"))

 
Please see the result shown in following screenshot.

2.PNG

If you have other issues, don't hesitate to let me know.

Best Regards,
Angelia



View solution in original post

2 REPLIES 2
v-huizhn-msft
Microsoft
Microsoft

Hi @Jawroy,

I try to reproduce your scenario and get expected result as follows.

1. Type your data into Excel table, click PowerPivot->Add to Date Model under home page.

 

1.PNG

2. Create a rank calculated column using the formula.

=RANKX(Table1,Table1[dept],,ASC)


3. Based on rank column value, calculate the expected result using formula.

=IF(AND(Table1[Rank]>=1,Table1[Rank]<=3),"X",IF(Table1[Rank]<=7,"Y","Z"))

 
Please see the result shown in following screenshot.

2.PNG

If you have other issues, don't hesitate to let me know.

Best Regards,
Angelia



Thanks Angelia

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors