Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi Team,
I am trying to get data from access queries, but the powerBi returns blank tables. I am using select queries from access.
Hi @tejasp ,
The Access queries can be seen as a linked server, this may relate with some permission problem, for PowerBI, based on my test, it is still not supported to connect to a linked server, as a workaround, we can import the data to Access before importing the Access file to PowerBI.
Best Regards,
Teige
@TeigeGaothank you for your reply.
My main motive was to avoid creating another table to get the data, I performed more test and found that when I use multi-condition in a query then I am not able to get any data from a Query to PowerBi.
ex.: I can get data in PowerBi, if I did not use And (Group Like 'Agent-*')),
SELECT Year(CHATs.Date) AS [Year], Month(CHATs.Date) AS [Month], sum (CHATs.CHATs_Offered) AS Total_Contacts, Group
FROM CHATs
WHERE ((Year([CHATs].[Date])>='2019') And (Group Like 'Agent-*'))
GROUP BY Year(CHATs.Date), Month(CHATs.Date), Group;
Not sure if there is another way to write it to get in PowerBI.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 73 | |
| 50 | |
| 47 | |
| 44 |