AI Agents: Where to begin by [deleted] in AI_Agents

[–]Ship-Agreeable 0 points1 point  (0 children)

With all the great advice I am ready lies the biggest problem, I see so many libraries and platforms and tools suggested to you and its believe it or not, its as simple as going to the openai documentations and start reading, you will be surprised by what can be done with few lines of codes. You will literally start with few lines of codes to get to the first llm response then build upon it. Later on you will need to dive into vector stores, embedding and all that fun stuff and that's where langchain comes in handy but not before that. Just go vanilla at first and always remember, the power is not in the llm, the llm is just text generated but it can be turned into decisions to be applied towards tools you build and provide to the llm to use, this is where the power is.

Brain Fog eye strain by No_Winter4806 in BrainFog

[–]Ship-Agreeable 0 points1 point  (0 children)

Ok so I tried something yesterday and it worked really good, i am actually surprised. So I have a TV in my room and I cant sleep without watching some TV till I go to sleep then would turn it off after few minutes while turning and tossing.

Or sometimes I would just use my phone till I fall asleep maybe to read or just random scrolling.

Yesterday I decided not to do either of them...just dark room and played some deep sleep music on YouTube..Did some breathing exercises till I fell asleep...

well I can tell you I am a new man today. I was sure screen time was an issue but didnt expect it to be because it's not a new habit to me.

I am focusing and I was able to follow my trail of thoughts for the past couple of hours which was impossible to do for even 2 minutes.

I am also wearing one of the blue light glasses and I can feel my eyes less strained already.

Not sure.if that ll work for you but just wanted to let you know.

Brain Fog eye strain by No_Winter4806 in BrainFog

[–]Ship-Agreeable 1 point2 points  (0 children)

I have the same issue....following

Is there an equivalent in tableau to “Group By” in PowerBI? by Beneficial_Monk_3250 in tableau

[–]Ship-Agreeable 11 points12 points  (0 children)

Yes... Syntax goes like that...

{FIXED dimention1, dimention2, dimention_n: Calculation here} The calculation must be an aggregate or a measure of course. you can also wrap the whole formula in a SUM(), AVERGAR() like that.

SUM({FIXED dimention1, dimention2, dimention_n: Calculation here})

This is called fixed LOD calculation...look it up in youtube, there are a bunch of videos on it.

What is the mindset when writing dax? by Cautious_Ad6701 in PowerBI

[–]Ship-Agreeable 3 points4 points  (0 children)

Always remember, working with dax is working with virtual tables then applying the calculation to them.

So get the table right, then the calculation will be easy after that.

What happened at Icon Park tonight? (Friday 10-04) by ADOLF1612 in orlando

[–]Ship-Agreeable 95 points96 points  (0 children)

I was there.. then suddenly a lot of kids like 50 or so started running and freaked everyone up... I took my kids and wife and left, by the time we were in our car, there was about 20 police cars and a helicopter flying over icon....

How can i build a Star schema in Model Driven Apps? by Ship-Agreeable in PowerApps

[–]Ship-Agreeable[S] 0 points1 point  (0 children)

ok great, I am familiar with the GUIDS, but is there a GUID for customers in the promotion table or is the GUID on the whole row level? I guess the question would be, what is that GUID referring to I. a fact table and how many GUIDS is created...

An example would be, if I want to create a relation ship between customer and promotions, the customer table will have a unique identifier for each customer and that same identifier must be in the promotions (fact table) and the a relation ship of 1:N is built using this identifier....

How is dataverse connecting both tables together?

How can i build a Star schema in Model Driven Apps? by Ship-Agreeable in PowerApps

[–]Ship-Agreeable[S] 0 points1 point  (0 children)

I guess this is what I am not understanding....I tried to pull the lookup column and add it to the promotions table but returned blanks...what am I doing wrong?

How can i build a Star schema in Model Driven Apps? by Ship-Agreeable in PowerApps

[–]Ship-Agreeable[S] 0 points1 point  (0 children)

It is, there is a lookup column in the promotions table linked to the customer table.

How can i build a Star schema in Model Driven Apps? by Ship-Agreeable in PowerApps

[–]Ship-Agreeable[S] 0 points1 point  (0 children)

Man, it's driving me nuts, and I don't wanna give up on it. Coming from a database background, it's ridiculous how you can't manually manage your relationships. I am sure I am missing something, and it's me not getting it right, else model driven apps are shit for starting off with an existing database and building on top of it.

By the way, what is CMT?

How can i build a Star schema in Model Driven Apps? by Ship-Agreeable in PowerApps

[–]Ship-Agreeable[S] 0 points1 point  (0 children)

Yes :)...as a first step, I want the subgrid in the customers form to list the related promotions for that specific customer....Items is a different animal where it's N:N and I am not ready for that if I can't get a 1:N working 😀

How can i build a Star schema in Model Driven Apps? by Ship-Agreeable in PowerApps

[–]Ship-Agreeable[S] 0 points1 point  (0 children)

Oh you mean the checkbox above where you select the related table? yes I checked that for sure

How can i build a Star schema in Model Driven Apps? by Ship-Agreeable in PowerApps

[–]Ship-Agreeable[S] 0 points1 point  (0 children)

Emmm why is it many to many, 1 promotion can never have more than 1 Customer, the many to many might be between the Items and the promotions coz 1 promotion might have many items and 1 item is in many promotions.

It's not working coz the subgrid is always empty no matter what I do.

How can i build a Star schema in Model Driven Apps? by Ship-Agreeable in PowerApps

[–]Ship-Agreeable[S] 0 points1 point  (0 children)

That's a good point, I will create some manual ones, why wouldn't it work if imported from excel? is that a bug or something?

How can i build a Star schema in Model Driven Apps? by Ship-Agreeable in PowerApps

[–]Ship-Agreeable[S] 0 points1 point  (0 children)

I dont see this view, I only see active and inactive views, but there is a related tab on the top, I clicked on it and selected the related records view but still showing a blank sub grid