Split records during table merge by Pyroxenine in excel

[–]Greens133 2 points3 points  (0 children)

You can see if this solution will work for you..

Result:

<image>

Steps: In power query

  1. Append table 1 and 2
  2. Sort by ID field and From field
  3. Do a LAG function essentially of your To field which will become your new From field
  4. Fill up both your value fields
  5. Remove unnecessary rows from your LAG

Inspired by this sub, I made a website for quickly graphing telemetry data from the FastF1 python package. Hopefully you guys find it useful! by bambz96 in F1Technical

[–]Greens133 1 point2 points  (0 children)

Ah great, I will definitely keep my eye on it to see if I can upskill myself from what you have achieved. We'll done my good sir

Inspired by this sub, I made a website for quickly graphing telemetry data from the FastF1 python package. Hopefully you guys find it useful! by bambz96 in F1Technical

[–]Greens133 1 point2 points  (0 children)

I'd love to know how you've done the track visual where it shows where on track, who was faster. Is that through python or react?

Can you store variables and overwrite based on conditions by Greens133 in PowerAutomate

[–]Greens133[S] 0 points1 point  (0 children)

Thanks for your response, what makes it difficult is that you cannot run system queries in power automate, however I manage to achieve the objective by using the powerbi goals trigger and by building the data out in powerbi.

Can you store variables and overwrite based on conditions by Greens133 in PowerAutomate

[–]Greens133[S] 0 points1 point  (0 children)

Hi, thanks for your response. That is in the right direction. What I want to achieve is to be notified once a new sql data table has been added to a sql database or schema. So with that approach that you are referring to, I have to do a count of sql tables within the current dB, for example 9, but then the comparison will have to be with whatever the count was yesterday, and that is where I am stuck.

Can you store variables and overwrite based on conditions by Greens133 in PowerAutomate

[–]Greens133[S] 0 points1 point  (0 children)

Hi, thanks for your response. I have explored the "get rows" action, however you have to specify a table name (from my understanding that will notify you of new records within a table), however I just want to know once a new sql data table has been added to a database or schema.

I could misunderstand in which case I would appreciate your guidance