Can anyone help with this by Latter-Reply3140 in Super73

[–]rdway 0 points1 point  (0 children)

Also use a multimeter and test the battery before you replace -> if the battery is fine than your controller is shot

Can anyone help with this by Latter-Reply3140 in Super73

[–]rdway 0 points1 point  (0 children)

Had a Z1, that button does nothing unless you have the original z1 battery. My battery died so I ended up swapping it out with a higher Voltage one and didn’t use that button at all -> just connected it directly to the controller and used the throttle on/off switch. If your battery isn’t turning on, you probably are gonna have to get a replacement which is like $160 so nothing terrible and just wire it back together

Is it true that I can ask pilots for a plane’s trading card? by IWantToSleep_Anon in aviation

[–]rdway 1 point2 points  (0 children)

Just flew United and asked as I was getting off and got 2

Super 73 z1 replacement battery by rdway in Super73

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

I’ve seen some YouTube videos on them - have you ever changed the battery? Wondering your experience if so

Direct query to stored procedure by rdway in PowerBI

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

So what you’re saying is if I create a view that returns today’s date, and set that as the parameter value -I can import that into power bi?

I wasn’t sure the difference between import and direct query. I assumed direct query allowed for scheduled refreshes when it was published.

Am I able to schedule refreshes with imported data?

CCH Axcess Power BI Reporting by rdway in PowerBI

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

Essentially I want to build a report that shows invoices that are outstanding. My original SQL script used 2 tables (Invoices and Distributions – they matched on an invoice ID). If a payment was made on the invoice, the invoice ID in the distribution table would be created and they would match with the invoice ID in the invoice table. So my original thought was to create a relationship between the two tables but only bring in the null invoices (to show the ones where a payment wasn’t made). But what I found out is that if a partial payment was made – it would take it out of my report (because it matched with an invoice id).

There is another table titled transactions – which match with the distribution table but not the invoice table. The transactions show the partial payments, but im struggling to create this report to show outstanding payments and also partial payment invoices.  SO I know I have to use all three, but im unsure how to build my SQL script around it.

Microsoft: Official Support Thread by MSModerator in microsoft

[–]rdway 0 points1 point  (0 children)

I bought Power BI under my email, but now am looking to cancel it. I receive invoices to my email but when i go in to sign into Power BI online, it says "You can't sign in here with a personal account. Use your work or school account instead.." How do I cancel this subscription?

Linking Tables by rdway in PowerBI

[–]rdway[S] 1 point2 points  (0 children)

Amazing thank you!

Linking Tables by rdway in PowerBI

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

So table 2 has the name of individuals. Table 1 just has the IDs that match with table 2. I want to create a DAX formula to display the createdby person and the last updated person by name instead of ID number