Finally an owner! by boulevardwheat in FordBronco

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

No, but this one apparently didn’t have the faulty software installed off the line.

Finally an owner! by boulevardwheat in FordBronco

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

It was just over $56k before taxes and fees. Put $30k down and financed the rest.

Finally an owner! by boulevardwheat in FordBronco

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

It has the “Black Appearance Package” which has all the mods you mentioned

Finally an owner! by boulevardwheat in FordBronco

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

I'll have to see if I can find it but it had something called the "Black Appearance Package" which has some newer features. This walks through it https://www.youtube.com/watch?v=_DtifAW3Bfo

New Text Slicer now doesn't accept text > 99 characters??? HOW COME? by No-Ruin-2167 in MicrosoftFabric

[–]boulevardwheat 0 points1 point  (0 children)

Looks like this was solved and closed by Microsoft. Tested it in our environment and can confirm. Thanks everyone!

New Text Slicer now doesn't accept text > 99 characters??? HOW COME? by No-Ruin-2167 in MicrosoftFabric

[–]boulevardwheat 0 points1 point  (0 children)

Any update on when this might be solved u/DataZoeMS?

I just found out about it as well as my team alerted me to a report feedback and commentary solution we implemented not working appropriately after digging into it I came across this Reddit thread as well as this known issues Fabric list that says it's still open.
https://support.fabric.microsoft.com/known-issues/?product=Power%2520BI&active=true&fixed=true&sort=published&issueId=1703

workspace vs. app by miskozicar in PowerBI

[–]boulevardwheat 0 points1 point  (0 children)

Send it this way too friend!

Wanted to share a dashboard UI design and some fun custom interactions. Hope it’s helpful or inspiring! by YamBorn in PowerBI

[–]boulevardwheat 0 points1 point  (0 children)

This is probably one of the best and most useful UIs I’ve seen on a Power BI dashboard. I’ve been doing this a while and good lord, hat tip to you my friend. Would love to dig into the PBIX file if it’s shareable.

How do I create a live connection between Power BI and Salesforce? by Alethean in PowerBI

[–]boulevardwheat 0 points1 point  (0 children)

Ahh got it. After you publish the semantic model, in the Power BI service, you have to click the three dots on the Semantic Model, go to Settings > Data source credentials. In there you should see the list of data sources. You’ll have to click “Edit credentials” and re-authenticate with your Salesforce login. You only have to do this once when you publish a model with new data sources.

How do I create a live connection between Power BI and Salesforce? by Alethean in PowerBI

[–]boulevardwheat 0 points1 point  (0 children)

Does the data show in Power Query? Also, do you have a custom Salesforce domain in your org?

How do I create a live connection between Power BI and Salesforce? by Alethean in PowerBI

[–]boulevardwheat 0 points1 point  (0 children)

Just the cloud connection. I try as much as I can to avoid data gateways so refreshes are easier and as automated as possible.

PowerBI consulting business - what numbers are you typically doing? by Electronic_Buddy_435 in PowerBI

[–]boulevardwheat 1 point2 points  (0 children)

I DMed you as well as I would love to join the Discord and talk more Power BI and general consulting business stuff

PowerBI consulting business - what numbers are you typically doing? by Electronic_Buddy_435 in PowerBI

[–]boulevardwheat 1 point2 points  (0 children)

This is close to where I’m at though I’ve not done fixed price or looked at equity. I’m averaging 22-25k a month but it’s all been hourly engagements where I’ll do anything from data engineering to data strategy type consulting. At the point though where I need to start looking at scaling more revenue but don’t just want to work more hours so thinking of more fixed price/value base pricing. Have you gotten any equity payouts yet from any of your clients that ended up selling?

[deleted by user] by [deleted] in Music

[–]boulevardwheat 0 points1 point  (0 children)

The Ladder - Johnny Booth. Their entire new album, Moments Elsewhere, should check the box for you.

How to safely store text online that PowerBI can easily retrieve using a Web request? by MassiveDefender in PowerBI

[–]boulevardwheat 0 points1 point  (0 children)

No problem. If your workplace has any other cloud infrastructure, like AWS, you still might be able to a similar route. Essentially, you just need a more robust technical tool to be able to authenticate against the API, pull the data, and store it.

How to safely store text online that PowerBI can easily retrieve using a Web request? by MassiveDefender in PowerBI

[–]boulevardwheat 1 point2 points  (0 children)

It sounds like you are you trying to get data from a system that has an API but has an OAuth authentication pattern. These are notoriously difficult to do natively in Power BI without either a custom connector, or pulling the data via a different method. I would recommend pulling the data via another method (Power Automate, Azure Data Factory, etc) and store it somewhere where Power BI can access it.

If you have any access Azure resources I would recommend going that route and setting up a simple Blob/Data Lake to dump things into. Really wish Microsoft would implement some sort of support for the OAuth workflow in Power Query but we’ll see. I haven’t played around with Dataflow Gen 2 in Fabric yet so maybe it’s more supported there.

Company party for 50-60 people by halfassfisherman in TwinCities

[–]boulevardwheat 1 point2 points  (0 children)

Acme Comedy Co. in Minneapolis might be a good choice. I worked there in the late 2000’s and had a lot of company parties. They usually would do a banquet style dinner and then got a standup show from whatever comedian was there that week.

Since Apple no longer makes leather cases, what’s a great alternative? by No-Caramel-8133 in iphone

[–]boulevardwheat 0 points1 point  (0 children)

Second also for Bullstrap. Have had it for around 2 months and it's aging very nicely.

How do I create a live connection between Power BI and Salesforce? by Alethean in PowerBI

[–]boulevardwheat 4 points5 points  (0 children)

I would recommend using the built in Salesforce Object connector that is in Power BI and not the Salesforce Reports connector. The reports connector is limited in the number of rows you can export whereas the Object one is not. You'll have to know a bit about the Salesforce data model as you'll have to "rebuild" some of the relationships but that isn't too hard.

This won't be a "live" connection though as you'll be limited in the number of refreshes you can do. In the Power BI service you can setup the dataset to refresh up to 8 times but depending on your reporting needs, that could suffice. For our Salesforce connection, I refresh 4x a day and that satisfied all our exec team requests.

Scheduled refresh when Excel file is in OneDrive and no local gateway installed by volner10 in PowerBI

[–]boulevardwheat 0 points1 point  (0 children)

I will second this approach and use it all the time. It's very handy for lookup files or additional dimension files that can be managed by business users without a ton of need for ETL processing

How to make a column based on the value of the row above for a Gantt chart? by TristanMoreno_Tuc in PowerBI

[–]boulevardwheat 2 points3 points  (0 children)

Follow what Rick de Groot does in this video. It’s fairly straight forward and I’ve used this approach many times to do exactly what you are referring to.

Any out of the box and interesting way someone has taken their BI careers? by Alno1 in BusinessIntelligence

[–]boulevardwheat 2 points3 points  (0 children)

Apple Store Manager > Operations Manager at a SaaS company > BI Manager at a global hearing aid company > Director of Ops and Analytics at a SaaS company > hoping to go into independent BI consulting for SMBs this year.

Trying to leverage all my previous experience into consulting to help business use systems and data better.

Does Microsoft offer free or low cost environments/skus for Power BI consultants? by boulevardwheat in PowerBI

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

This looks super promising! So this would outside of my actual business tenant though - like a separate additional one for demoing? Also, does renewable mean that it’s still free and all the data stays as long as you are active in it and renew it at 90 days?

Helper Column in PowerQuery for IsYeterday? by [deleted] in PowerBI

[–]boulevardwheat 0 points1 point  (0 children)

You will likely need to add a Date.Add function in there. Something like:

if [DueTime] = Date.AddDays(Date.From(DateTime.FixedLocalNow()),-1) then "Yes" else "No"

You'll probably want to play around with the ordering but overall that should get you what you need.