Forum Discussion
bidgeir
3 years agoMost Valuable Professional
Spark - query Power BI scanner api fails
Hi all I´m a newbie to spark. Hopefully this is not too silly question. I´m trying to call the Power BI admin API endpoint PostWorkspaceInfo. The endpoint needs a list of modified workspa...
- 3 years ago
The problem is solved. I needed to use data = rows.bodyexpression
instead json = rows.bodyexpression because I´m passing string and not json in.
bidgeir
3 years agoMost Valuable Professional
The problem is solved. I needed to use data = rows.bodyexpression
instead json = rows.bodyexpression because I´m passing string and not json in.