Viewing 15 posts - 46 through 60 (of 3,396 total)
Phil,
Not sure I totally answered your question before... To make a long story short(er), I'm basically trying to see/analyze/understand how profitable the business is over time (with the crazy grain...
June 18, 2024 at 6:22 pm
This design works assuming that you may want to add the costs of a product's ingredients, but only ever want to aggregate the selling price of products by using an...
June 14, 2024 at 11:54 pm
but only ever want to aggregate the selling price of products by using an average across time...or the latest value which is similar to what you would have done if...
June 14, 2024 at 2:48 pm
Martin,
I think I understand your answer. (Took a couple days!) Basically, the ProductIngredient table (ProductID, IngredientID, Weight...) factless fact handles the slowly changing dimension by pointing each new version of...
June 13, 2024 at 10:31 pm
Martin,
Oh, like thaaaaaat!!! That's a lot to digest, but I have my Ralph Kimball secret decoder ring working. Makes sense! now to figure out how to create a table function...
June 11, 2024 at 4:14 am
Wow, Martin! Thanks! I understand most of it. The part I was waaaay wrong on is that YES, the changing prices DO get somewhat merged into the "Recipe"/ProductIngredient table. (I...
June 11, 2024 at 3:59 am
Eirikur,
(Oh wait, before I go too far, all of this mess is in DAX/PowerBI... "Run away, run away!" --King Arthur)
What do you mean by Scopes? ISINSCOPE() kinds of scopes? the...
June 11, 2024 at 2:53 am
There's a Sales fact, but that part is easy, once all the dimension stuff is fixed, so I left it out. Product is related to Sales too. I'm just having...
June 6, 2024 at 4:41 pm
I always think of EXISTS as being useful for testing if one table has ANY related records in another. (So the exact records in the related table aren't important to...
May 9, 2024 at 8:11 pm
At least the cert exams when I did them forced me to learn about and use features I didn't know about. That part was super useful.
May 8, 2024 at 7:12 pm
Think I'm gonna bite the bullet and rebuild with sane field types etc and see what happens. =)
But to answer your question, yes - the goal is to take a...
May 1, 2024 at 5:42 am
Oh I get it! (duh!)
split the recipe into two parts in the CTE.
Part 1 is all the ingredients, weights for everything except the starter
UNION ALL
(For each ingredient in the Starter,...
April 30, 2024 at 4:43 am
Oh I get it! (duh!)
split the recipe into two parts in the CTE.
Part 1 is all the ingredients, weights for everything except the starter
UNION ALL
(For each ingredient in the Starter,...
April 30, 2024 at 4:43 am
So does Poolish (a recipe) ALSO have a starter?
No. Poolish / Starter is what the yeast grows in. Not that it matters that much, but Poolish is 50% flour, 50%...
April 29, 2024 at 8:44 pm
yeah, you know, the database version of a weeping sore.
No, I didn't. gotta try that. Okay, seems to be okay now. Thanks for the tip!
April 23, 2024 at 5:00 pm
Viewing 15 posts - 46 through 60 (of 3,396 total)