Forum Discussion
Integrate Large Language Model (LLM) with Power BI
Hi everyone,
We’ve been exploring a similar idea recently: enabling users to interact with Power BI reports using natural language questions.
Instead of relying only on external bots or APIs, we experimented with embedding a conversational interface directly inside the Power BI report using a custom visual connected to an AI layer.
This allows users to ask questions like:
• What is the best-performing product?
• Which region has the highest revenue growth?
• What is the margin trend this quarter?
The visual interprets the question and queries the underlying semantic model so users can explore the data without needing to understand the report structure or DAX.
I recorded a short demo showing how this interaction works inside Power BI:
Curious to hear if others here are experimenting with conversational interfaces for Power BI or LLM-driven analytics.
Happy to discuss implementation approaches if anyone is interested.