This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
hi,
I am trying retrieve Power BI table metadata using INFO.COLUMNS() function.
it works fine when I execute the "EVALUATE INFO.COLUMNS()" syntax on DAX Studio. But when I tried to run this syntax in REST API and Power Automate, it keep failing and throwing an error 3239575574.
any idea what to check? Thanks.
Solved! Go to Solution.
Hi @Lite
INFO.COLUMNS() works in DAX Studio because it runs directly against the XMLA endpoint, but it isn’t supported through the REST API or Power Automate and that’s why you get error 3239575574, so If you need metadata in flows, use the REST endpoints for tables/columns, or connect via XMLA instead.
Did it work? 👍 A kudos would be appreciated
🟨 Mark it as a solution to help spread knowledge 💡
Hi @Lite
Can you try and run the DAX query view as shown below to make sure that it is returning the data you expect? You can now run this in the Power BI service as I have shown.
Hi @Lite
INFO.COLUMNS() works in DAX Studio because it runs directly against the XMLA endpoint, but it isn’t supported through the REST API or Power Automate and that’s why you get error 3239575574, so If you need metadata in flows, use the REST endpoints for tables/columns, or connect via XMLA instead.
Did it work? 👍 A kudos would be appreciated
🟨 Mark it as a solution to help spread knowledge 💡
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 11 | |
| 9 | |
| 9 | |
| 8 | |
| 8 |
| User | Count |
|---|---|
| 48 | |
| 27 | |
| 25 | |
| 24 | |
| 22 |