cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
FranckN
New Member

Add column that can be use in Row pivot table

Hello

 

I am simplify my example to help you to understand my question

So let say I have in my table 3 columns

  • Date
  • Hours
  • Amount

Example

DateHourAmount
23-May-2119:47:0850
24-May-2118:13:4430
27-May-219:04:5820
30-May-2111:14:2150

 

 

instead of having in my Pivot

  • Date in (rows)
  • and sum of amount in (Values.)

 

I add a colum in power pivot called shift like this

=if(hour>16:00,Date & "A", Date & B)

 

So my data is like this

DateHourAmountShift
23-May-2119:47:08505/23/2021B
24-May-2118:13:44305/24/2021B
27-May-219:04:58205/27/2021A
30-May-2111:14:21505/30/2021A

 

I would like to use in my pivot table

  • Shift in (rows)
  • and sum of amount in (Values.)

But I get error that I can move calculated field there.

 

What I can do? to be able to do it. what is the correct way.

 

thanks

1 ACCEPTED SOLUTION
FranckN
New Member

I found it

 

Just add a column and not Calculated column

thanks

View solution in original post

2 REPLIES 2
AlexisOlson
Super User
Super User

I'd expect this to work fine unless you accidentally defined a measure instead of a calculated column for Shift.

 

Can you share a screenshot of the error you're getting?

FranckN
New Member

I found it

 

Just add a column and not Calculated column

thanks

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

MPPC 2023 PBI Carousel

Power Platform Conference-Power BI and Fabric Sessions

Join us Oct 1 - 6 in Las Vegas for the Microsoft Power Platform Conference.

Top Solution Authors