web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Copilot Studio / Work IQ , Foundry IQ, ...
Copilot Studio
Suggested Answer

Work IQ , Foundry IQ, Fabric IQ usecase

(2) ShareShare
ReportReport
Posted on by 38
What are the use case where we can use "Work IQ , Foundry IQ, Fabric IQ" .any example/video will help me to understand the concept
  • Suggested answer
    Valantis Profile Picture
    7,545 Super User 2026 Season 2 on at
     
     

    they're all context layers for agents, just different context. Straight from the Microsoft IQ docs:

    Work IQ is how people work. M365 context: mail, calendar, files, chats, meetings, people. Use it when your agent needs to know who's involved and what's been happening. Example: an agent that preps a meeting brief from recent threads and docs.

    Fabric IQ is the state of the business. Business entities, relationships, rules, grounded in OneLake and Power BI semantic models. Use it when the agent needs to reason in business terms, not table names. Example from the docs: tracing Order > Shipment > Temperature Sensor > Cold Chain Breach to explain why something failed.

    Foundry IQ is institutional knowledge. A managed knowledge base over SharePoint, Blob, OneLake, web, with permission aware retrieval and citations. Use it when the agent must answer from policies and authoritative docs. Example: a policy Q&A agent that cites the source document.

    Videos, these are linked in the official Foundry IQ doc:

    For structured learning start at https://learn.microsoft.com/microsoft-iq and the IQ Series at https://aka.ms/iq-series. Fabric IQ has its own learning path at https://learn.microsoft.com/training/paths/get-started-fabric-iq/

     

    They're standalone but designed to combine, and all three plug into Copilot Studio agents.

     

    Best regards,
     
    Valantis  
    ✅ If this helped solve your issue, please Accept as Solution so others can find it quickly.
     
    ❤️ If it didn’t fully solve it but was still useful, please click “Yes” on “Was this reply helpful?” or leave a Like :).
     
    🏷️ For follow-ups  @Valantis.
     
    💼 LinkedIn  
    ▶️ YouTube
     

     
  • Sam_Fawzi Profile Picture
    1,150 Super User 2026 Season 1 on at
     
    Easiest way to hold these in your head is as three layers answering three different questions about your organization.
     
    Work IQ, how work happens. Collaboration signals, meetings, messages, documents, project dynamics, and the relationships between people. It sits inside the Microsoft 365 trust boundary and is the intelligence engine behind Microsoft 365 Copilot. Use it when an agent needs human and organizational context, who owns something, what was discussed, what changed recently.
     
    Fabric IQ, how the business operates. The semantic layer over your structured and semi-structured data. It defines shared metrics and business ontologies so agents interpret Revenue or Customer consistently rather than each agent guessing. Note the boundary: it covers analytical data only. It does not read human communications and does not crawl PDFs or policy documents.
     
    Foundry IQ, what the organization knows. The governed knowledge retrieval layer on Azure, spanning Fabric, Microsoft 365, and other enterprise content. This is the one that replaces hand-built RAG pipelines. Without it, every AI use case becomes its own retrieval engineering exercise with duplicated logic and inconsistent results, which anyone who has built a few RAG pipelines will recognize.
    There is also Web IQ for external web context, which completes the set.
     
    The use case that made it click for me
     
    Supply chain delays, and it is the example Microsoft themselves use. Fabric IQ detects the anomaly in delivery metrics, spotting suppliers trending late beyond historical norms and on-time percentages dipping in specific regions. Foundry IQ retrieves the supplier contracts, SLAs, and penalty clauses, so the agent understands the contractual obligations around those delays. Work IQ supplies the human context, who has been raising this in meetings and what has already been escalated.
    Any one layer alone gives you a partial answer. A dashboard tells you deliveries are late. The three together tell you which supplier, what the contract entitles you to, and who is already dealing with it.
    A second, simpler framing: an agent asked how the pipeline is trending against last year's Q4 and whether any delays are flagged in customer conversations. Structured pipeline data is Fabric IQ, conversation signals are Work IQ, and Foundry IQ synthesizes across both with consistent semantics.
     
    Practical points if you are evaluating this
    Start with one use case rather than adopting all the layers at once. Map which layers your agent actually needs before building, since many scenarios only need one.
    Governance first. These layers make considerably more organizational data queryable by agents than before, so pair any rollout with a data access review. Agent 365 is the governance and observability layer that sits alongside this.
     
    Work IQ billing activation has to be switched on by your M365 tenant admin, so budget for it rather than assuming it is included.
     
    Worth understanding how these relate to the build surfaces too. Microsoft Foundry is the pro-code environment, Copilot Studio is low-code business agents, and Agent 365 is the runtime governance layer. The IQ layers are what any of those ground against.
     
    For video, John Savill has a good overview covering model knowledge, enterprise data types, use cases, and agent integration, organized into short chapters. Worth an hour if you want the demos rather than the concepts.
     
  • Suggested answer
    11manish Profile Picture
    4,802 Super User 2026 Season 2 on at
    Work IQ tells the agent what people are doing;
     
    Fabric IQ tells it what is happening in the business;
     
    Foundry IQ tells it what the organization knows;
     
    the agent uses all of that context to decide what to do.
     
    Learn this architecture instead:
    • Work IQ → understand the people/work context
    • Fabric IQ → understand the business/data context
    • Foundry IQ → understand the enterprise knowledge context
    • Copilot Studio / Foundry Agent → reason over that context
    • MCP / Connectors / APIs / Power Automate → take action
     
    That is the enterprise agent architecture story Microsoft is building toward, and it maps very well to the kind of D365 + Power Platform + Fabric + Copilot Studio
     
    solution architecture you're working toward.
  • Suggested answer
    M Bilal Khan Profile Picture
    376 on at
    Hey @N962908,

    The easiest way to understand these three is to think about what type of context you want your agent to understand:

    • Work IQ → How people workIt gives agents context from Microsoft 365 such as emails, meetings, Teams chats, documents, people and organizational context. For example: “Prepare me for my meeting with the Finance team. What did we discuss previously, what actions are still pending, and which documents should I review?” Work IQ can pull that context while respecting the user's existing permissions.
       
    • Fabric IQ → How the business/data worksThis is more about structured business data, Power BI semantic models, OneLake and business relationships. For example: “Which projects are over budget, what is the utilization percentage, and which departments require attention?” Instead of just looking at raw tables, Fabric IQ provides business semantics so the agent understands concepts and relationships.
       
    • Foundry IQ → What the organization knowsThink of this as the knowledge/RAG layer. You can connect sources such as SharePoint, OneLake, Azure storage and other enterprise data so agents can retrieve relevant organizational knowledge while respecting permissions. For example: “According to our HR policies, what is the process for requesting parental leave?”

    A simple way I remember it:

    Work IQ = People + Work context
    Fabric IQ = Business data + Business semantics
    Foundry IQ = Enterprise knowledge + Retrieval

    The interesting part is that they can also work together. For example, imagine a Sales Assistant:

    “Prepare me for my meeting with ABC Corporation and tell me what opportunity we should focus on.”

    Work IQ could provide the previous emails, meetings and relationship context; Fabric IQ could provide sales/revenue/customer data; and Foundry IQ could retrieve relevant proposals, contracts, policies or other enterprise documents.

    So rather than thinking of them as three competing products, I'd look at them as different context/intelligence layers that can be combined for more capable agents. Microsoft is positioning them together as part of the broader Microsoft IQ architecture.

    Microsoft also has hands-on getting-started material for each area. For Fabric IQ, there are currently tutorials for ontology, graphs and data agents, which are a good way to see the concept in practice.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Copilot Studio

#1
Mohsin Ali Profile Picture

Mohsin Ali 360

#2
Valantis Profile Picture

Valantis 253 Super User 2026 Season 2

#3
11manish Profile Picture

11manish 184 Super User 2026 Season 2

Last 30 days Overall leaderboard