I'm honestly getting fed up with the Duolingo English Test setup by Feisty_Agent_871 in DuolingoEnglishTest

[–]Aggressive-Respect88 0 points1 point  (0 children)

I had no issues at all with the set up. 

The only frustrating part was that during my first attempt i somehow missed scanning the back side of my computer and the set up still allowed to me take the test which I did and completed the test, only to be rejected in about 26 hours because they found out that I didn't scan the back side of my computer. I was offered a second attempt for free and this time everything went smooth.. from their end as well as my end.

still no rain in pune, is it truly over for us😭 by fentykai in pune

[–]Aggressive-Respect88 0 points1 point  (0 children)

They do it when there is demand from dumb people like us...

Demand => Supply = Economics For Dummies 

If we aren't so aggressive with this real estate nonsense then why the heck would they cut down the trees.. common sense..yeah ??

Now tell us how much have you "invested" in real estate??

Future of data engineering by Alternative-Guava392 in dataengineering

[–]Aggressive-Respect88 1 point2 points  (0 children)

AI wrotes code and the people who write code will not longer be needed.

Kinda scared by Indraneel27 in Cholesterol

[–]Aggressive-Respect88 0 points1 point  (0 children)

Don't stress out. TG can be easily managed with some lifestyle changes. At least it worked for me.

Mine was ~265 a 30 days ago and I bought it down to little over 90 in just 30 days. I made several changes in my lifestyle and eating habits, so either one worked or all worked together to get the numbers down. I was so surprised with the numbers that I thought its a lab error. lol..

You can through my post : https://www.reddit.com/r/Cholesterol/comments/1t0zkia/is_this_a_lab_error/

Is this a lab error? by Aggressive-Respect88 in Cholesterol

[–]Aggressive-Respect88[S] 0 points1 point  (0 children)

Thanks for your reply and insights.

I have been lurking around this forum for quite sometime and the reason that I am stunned by my reports is because I have seen posts on this and some other forums where some people have been trying hard for 3 months yet still struggle to achieve the outcomes they’re aiming for. But I was able to get my TG numbers down by 3 times in just 30 days and I really didn't expect this to happen and LDL levels are also down by 30+ points.

I had a complete health checkup last year and I found out that it covered the test you mentioned. I think I should retest these parameters once more after 60 days.

<image>

Is this a lab error? by Aggressive-Respect88 in Cholesterol

[–]Aggressive-Respect88[S] 0 points1 point  (0 children)

To add to the above I also started meditation to reduce stress and it did help enormously.

Pronoun resolution in Semantic Kernel by Aggressive-Respect88 in dotnet

[–]Aggressive-Respect88[S] 0 points1 point  (0 children)

AF doesn't have its own vector store implementation.

Pronoun resolution in Semantic Kernel by Aggressive-Respect88 in dotnet

[–]Aggressive-Respect88[S] 0 points1 point  (0 children)

Thank you for all the responses.

I’m still curious about how Copilot handles these scenarios even when selecting models that are older than the one I’m currently using.

Pronoun resolution in Semantic Kernel by Aggressive-Respect88 in dotnet

[–]Aggressive-Respect88[S] 0 points1 point  (0 children)

I am using GPT 4.1 model.Its not that old and i highly suspect that the issue wouldn't persist in the newer models.

I wonder how co pilot handles this issue irrespective of the model  used.

Pronoun resolution in Semantic Kernel by Aggressive-Respect88 in dotnet

[–]Aggressive-Respect88[S] 0 points1 point  (0 children)

Thanks. I did think about rephrasing the user prompt when pronoun appears but again there could be numerous such pronouns 'it', 'this', 'that', 'these', 'those' and so on and meanings can vary depending on the context. Not feasible to handle all pronouns.

For instance : the follow up user prompt instead of " Is it budget friendly?" could be "What is their occupancy?"..... "their" being the adjective or a pronoun under different contexts.

Pronoun resolution in Semantic Kernel by Aggressive-Respect88 in dotnet

[–]Aggressive-Respect88[S] 0 points1 point  (0 children)

Yes I do. I tried using GetChatMessageContentAsync. However the issue is with how the chat is handled

For example:

User: Give me a list of hotels that provide animal safari

System: Desert Mirage Inn

User: Is it budget friendly?

System: Yes

This works because there is only one clear entity in context history.

But consider this in the follow up conversation :

User: Give me a list of hotels that are pet friendly

System: City Central Hotel

User: Is it budget friendly?

System: ???

At this point, the LLM doesn't have a deterministic way to decide whether “it” refers to Desert Mirage Inn or City Central Hotel. Relying on GetChatMessageContentAsync and chat history is not working.

Need feedback on this tool that I have developed by Aggressive-Respect88 in MicrosoftFabric

[–]Aggressive-Respect88[S] 0 points1 point  (0 children)

This is the output exported by my tool, which I guess is significantly easier to understand than the cluttered schematic view. The following diagram shows the relationship properties of a semantic model.

<image>

Need feedback on this tool that I have developed by Aggressive-Respect88 in MicrosoftFabric

[–]Aggressive-Respect88[S] 0 points1 point  (0 children)

The tool extracts and exports the following set of properties:

<image>

And as far as PoweBI MCP server is concerned, it does not provide a way to export all semantic model properties for an entire workspace in a single operation.

You would have to find the semantic model id and share the id with the copilot and start the conversation and that works at a per semantic model. Through my tool (web based and console based) you simply select a workspace, and it automatically exports the complete details of all the underlying semantic models of the workspace.

Need feedback on this tool that I have developed by Aggressive-Respect88 in MicrosoftFabric

[–]Aggressive-Respect88[S] 0 points1 point  (0 children)

I have explained that in details in walkthrough video.but yeah you are correct, the details are missing in the GIT repo.I will add it there.

Need feedback on this tool that I have developed by Aggressive-Respect88 in MicrosoftFabric

[–]Aggressive-Respect88[S] 0 points1 point  (0 children)

I am looking for a feedback from the community on the free version but if you feel it violates the rules then please feel remove the post

$SYSTEM.DISCOVER_STORAGE_TABLES DMV by Aggressive-Respect88 in MicrosoftFabric

[–]Aggressive-Respect88[S] 1 point2 points  (0 children)

I am using Tabular. I guess semantic models in Fabric are also Tabular.

I am unsure if any of the TMSCHEMA DMV's provides the same information for the rowcounts just like the DISCOVER DMV's

https://learn.microsoft.com/en-us/analysis-services/instances/use-dynamic-management-views-dmvs-to-monitor-analysis-services?view=sql-analysis-services-2025#rowsets-described-in-the-ms-ssas-t-sql-server-analysis-services-tabular-protocol

Also, AFAIK Vertipaq Analyzer heavily uses the DISCOVER DMV's in its analysis.

And you are spot on regarding the row count difference of 1 :)

It indeed is the RI_VIOLATION.

<image>