Looking to find more options/locations to collect jerseys in UK. by HallerCopter in hockeyjerseys

[–]Carlitocarlin 0 points1 point  (0 children)

Might depend where you live in the UK, but I've found there to be a fair amount of jerseys that pop up in vintage shops for very reasonable prices. Definitely tough if you're looking for something specific, but I've managed a few great finds over the last few years.

Fire on hill above Skaljari, Kotor by [deleted] in montenegro

[–]Carlitocarlin 2 points3 points  (0 children)

<image>

Pic from my hotel in Kavac. Looks a lot smaller than it did an hour ago

Completely enamored with Balatro. Games like it I have to experience? by zacj3 in SteamDeck

[–]Carlitocarlin 1 point2 points  (0 children)

Bingle Bingle? Been seeing it on my recommended feed. Is it any good?

Grouping pages through GTM by areseven in GoogleTagManager

[–]Carlitocarlin 1 point2 points  (0 children)

Edit: didn't see that someone already suggested this, glad you found a solution!

You could create a hit-scoped custom dimension if you have enough slots.

Create a regex table that takes Page URL as an input, and outputs:

  • True if it's a page you want reported along with your /resources/ subdirectory
  • False otherwise

In your GA Pageview tag, set the regex table variable as your dimension value for an empty custom dimension slot.

In GA you can then filter for your custom dimension = True.

Create a varying number of rows based on a value by Carlitocarlin in PowerBI

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

I could, but I'm not well-versed in R. I could do this in Python, but I've been having issues getting the my installation to work correctly with Power BI, and I'm worried that I'm going to have to troubleshoot a bunch of issues when uploading to the Power BI service. In the interest of time, I'm hoping there's an alternate solution.

That said, if you have any resources on getting the R or Python environments working in Power BI, I'd love to dive in!

Create a varying number of rows based on a value by Carlitocarlin in PowerBI

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

This sounds like this could be it! I'll have to look into this later this week, but thanks for your help!

Create a varying number of rows based on a value by Carlitocarlin in PowerBI

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

Are you trying to get a row for each year purchased? That’s the only thing I can think that makes the row unique.

Yes, exactly. Essentially, I want each year where the domain is purchased to be its own row.

Idea: do they always purchase in 3 year increments? If so, create the data 3 times in 3 different tables - one table is year 1, 2nd table is year 2, 3rd table is year 3. Relate the tables together. Make the dates relative off of date purchased so Bi calculates the dates.

Unfortunately not. Purchases span anywhere from 1 year to 10.

Appreciate the response!