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
hey all,
trying to figure this one out, i have to count for all the unccounted hours. this will look like x=(a-b) - (c-d). i tried to do just that,creating a quick measure for (a-b) then anothe for (c-d) and then another for the formula.. makes no sense, don't laugh i don't know power query. going that route gives me wrong results for whatever reason.
is there a simpler way in doing that?
and no, i cannot do that in sql, since it comes from totally different databases from different servers ( maybe i can, but i don't know it).
all values(a,b,c,d) are coming from diff tables. value 'a' and 'b' are measures using calculate function. 'c' and 'd' are columns from 2 different tables.
Happy Holidays and thank you in advance. 🙂
Solved! Go to Solution.
its a simple math problem, each value (a,b,c,d) its a column in different tables.values are decimal numbers. your link takes me to merge columns.
Hello you can do that (easy way) in power Query
https://support.microsoft.com/en-us/office/merge-columns-power-query-80ec9e1e-1eb6-4048-b500-d5d42d9....
its a simple math problem, each value (a,b,c,d) its a column in different tables.values are decimal numbers. your link takes me to merge columns.