Forum Discussion
jasonrutherford
5 years agoRegular Visitor
Gathering data from a function (the function is stored as abstract data)
I'm working PowerBI and the Azure Graph API. Some of the data returned is a function and i'm looking for some guidance on how to iterate through (each) record, invoke the function, and store the resu...
- 5 years ago
You can simply create a custom column with code:
= [getNonCompliantSettings](parameter1, parameter2)where (parameter1, parameter2,...) will depend on the function of course
Please mark the question solved when done and consider giving a thumbs up if posts are helpful.
Contact me privately for support with any larger-scale BI needs, tutoring, etc.
Cheers
AlB
5 years agoCommunity Champion
You can simply create a custom column with code:
= [getNonCompliantSettings](parameter1, parameter2)
where (parameter1, parameter2,...) will depend on the function of course
Please mark the question solved when done and consider giving a thumbs up if posts are helpful.
Contact me privately for support with any larger-scale BI needs, tutoring, etc.
Cheers