Filer and Calculate in Same Col with Date, to create another Col ou Row

susigan

New Member
Joined
Mar 26, 2020
Messages
13
Office Version
  1. 2016
Platform
  1. Windows
Hi Everyone.

Before This i have a Table like this one

Activity Date RPE Time X Y Z
Bike 20/12 5 00:50 0 1 2
Row 20/10 3 00:32 0 1 2
Run 22 /12 00:47 0 1 2

Then i realize i will need transpose evey Activity seprate and Duplicate tables, will be a pain in the ***.
And changed this on Excel to

Activity Date Metric Value
Bike 20/12 RPE 5
Row 20/10 Time 00:32
Run 22 /12 X 2

But turn out in another problem, because Time and Decimal Number , Same format give me alot of errors, I solve that manually in excel

I tried create calculate Time and RPE and multiply both to create another Column or Add another row Metric/Value/Date in already exists columns - OR just a Measure?

Maybe something like this? - But i need to find right DAte with both values - This could be just a Measure


[Sales Red or Contoso - ALL columns filter] :=
CALCULATE (
,
FILTER (
ALL ( 'Table'[Metric], 'Product'[Value] ),
'Product'[Metricr] = "RPE" * 'Product'Value]
)
)

OR sonmething like this

Result =

VAR Value1 = SUMX(FILTER(ALL('Table'), 'Table'[Date].[Value] = Value1), 'Table'[Value])
VAR Metric1 = SUMX(FILTER(ALL('Table'), 'Table'[Date].[Metric] = Value1), 'Table'[Metric])

(((Metric1) * (Value1)
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.

Forum statistics

Threads
1,215,371
Messages
6,124,529
Members
449,169
Latest member
mm424

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top