Your company has several developers who plan to create custom solutions that will interact with the API for the Power BI service.
Which three operations can the developers achieve by using the API? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A. Retrieve rows from a dataset
B. Create a dataset
C. Add rows to a dataset
D. Refresh an imported dataset
E. Add a member to a row-level security role
B. https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/refreshdataset
C. https://docs.microsoft.com/en-us/rest/api/power-bi/pushdatasets/datasets_postrows
D. https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/refreshdataset
7
4
There is no create new dataset API
0
0