The issue I have is that I have many lists under the Column after converting to Table. Then within each list is a "record", so trying to Extract Values gives me an error of: Expression.Error: We cannot convert a value of type Record to type Text. Details: Value= subid=adgroup1 Type=[Type] Any ideas on how to resolve this?
@bitsanalytics69493 жыл бұрын
issue with JSON format.
@Explorewith_RJ4 жыл бұрын
Sir make more videos on rest API
@bitsanalytics69494 жыл бұрын
Sure I will
@mani.a29143 жыл бұрын
Hi, What if I have multiple JSON Objects or Arrays ?
@bitsanalytics69493 жыл бұрын
Do you mean to say multiple API calls?
@mani.a29143 жыл бұрын
@@bitsanalytics6949 Thanks for your reply and time, No Single API's with multiple JSON objects or Arrays For Eample: {Array1[{obj1}, {obj2}, {obj3}], Array2[{obj1}, {obj2}, {obj3}]}
@bitsanalytics69493 жыл бұрын
kzbin.info/www/bejne/g6CXaoNpZZyhndU
@akashgera55703 жыл бұрын
Hello sir, I am using POST api to fetch the data from the data source into postman and that API have some paramters such as body parts and authentication params, which needs to passed while fetching the data, where should I pass these params in power bi, As I am already using these params in postman in Body> x-www-form-urlencoded.
@bitsanalytics69493 жыл бұрын
kzbin.info/www/bejne/g6CXaoNpZZyhndU
@umeetmalewar44833 жыл бұрын
Hello Sir, I am using POST method to call XML API but it's not showing proper results. In this format how to solve, please give me advice.
@bitsanalytics69493 жыл бұрын
Lesson 18 Create REST API GET method with Windows Authentication and consume into Power BI Desktop.
@bitsanalytics69493 жыл бұрын
kzbin.info/www/bejne/g6CXaoNpZZyhndU
@aparnaacharya74263 жыл бұрын
But how can we acess the api which requires the acess token
@bitsanalytics69493 жыл бұрын
there is work around for that.
@bitsanalytics69493 жыл бұрын
kzbin.info/www/bejne/g6CXaoNpZZyhndU
@Explorewith_RJ4 жыл бұрын
And how to create function
@bitsanalytics69494 жыл бұрын
I have created videos on function and its in post production. Stay tune Rohit.
@bossofdata3 жыл бұрын
How can i access authentic rest API in power bi of json data source
@bitsanalytics69493 жыл бұрын
ye can do. by using the web authentication method. or with language M.
@newuntidy3 жыл бұрын
I connected to jira api from power bi, here are the steps I followed- 1. Create a token for the jira api 2. Use json.document(web.content(your api url) 3. Connect using basic method 4. Provide you jira account mail if 5. Use you token as password. 6. Data will be imported after that.