Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
pranaysharmaman
Regular Visitor

How to retrieve custom response headers from a URL using Web Headers

I'm trying to make a call to a REST API that returns the total count of rows in a header X-Total-Count.

However when making a call through Power BI, the Web.Headers only retrieves generic response headers like Content-Type, Server etc.

How can I specify the call or maybe an alternate way to retreive the custom response header X-Total-Count?

7 REPLIES 7
cemo
New Member

I am facing the same issue and can not still figure out it

v-henryk-mstf
Community Support
Community Support

Hi @pranaysharmaman ,

 

The supported parameters are of the following types.

vhenrykmstf_0-1657877821192.png

let
    searchText = "Power Query"
in
    Web.Headers(
        "https://www.bing.com",
        [
            RelativePath = "search",
            Query = [q = searchText]
        ]
    )

related document link:

Web.Headers - PowerQuery M | Microsoft Docs


If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.


Best Regards,
Henry


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

This also has the same limitation.

The headers returned are only generic ones. 

Power BI only returns following headers - 

pranaysharmaman_0-1657902698219.png

 

Postman returns - 

pranaysharmaman_1-1657902742989.png

Majority of headers are missing from Power BI

danextian
Super User
Super User

Hi @pranaysharmaman 

 

These might be able to pull the information you need.

Table.FromColumns({Lines.FromBinary(Web.Contents("url"), null, null, 65001)})
= Web.BrowserContents("url")









Did I answer your question? Mark my post as a solution!


Proud to be a Super User!









"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

These only return the "body". I'm interested in a "header" (custom response header called X-Total-Count)

Did you ever figure this out?

Up...

Never figured this out neither

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.