Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Dear,
I'm in desperate need of your help.
I have 2 data-sets which have a relation with eachother. now i would like to have a visual with a line with shows the amount "lijnen gedaan picking" divided by "Uren picking" and same for packing. And the date being the X-axis but i cannot seem to get it to work.
Your assistance is well appreciated!
Solved! Go to Solution.
Dear all,
Looks like i got it to work myself, however i really appreciate the help.
Solution was a simple meassurement which i did for all the 4 categories i did. Example:
Dear all,
Looks like i got it to work myself, however i really appreciate the help.
Solution was a simple meassurement which i did for all the 4 categories i did. Example:
Try
Picking =
SUMX (
'Plakken',
DIVIDE (
'Plakken'[lijnen gedaan picking],
RELATED ( 'Urenregistratie'[Uren picking] )
)
)
hi @johnt75
First of all many thanks for your reply!
I did but i got the wrong values. I attached an example for what i'm looking for. Basically i need the following formula
Picking = Lijnen gedaan picking / (Divided by) werkuren picking
For the 5th of january the value should be 1030 / 112,50 = 9.155555....
Normally it should not be an issue to do this but given the 2 colomns are not in the same table it's causing issues.
Hope you can help! Very much appreciated
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
10 | |
7 |