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
Anonymous
Not applicable

M Query to get all records for Web as data source ( JSON )

Hi Community,

 

I have a M query like shown below . 

 

let

Source = Json.Document(Web.Contents("myURLhere", [Headers=[Accept="application\json", Authorization="Bearer Mytokenhere"]])),
#"ExplodeTable" = Table.FromList(Source, Splitter.SplitByNothing(), null, null, ExtraValues.Error),
Column1 = ExplodeTable{0}[Column1],
results = Column1[results],
#"Converted to Table" = Table.FromList(results, Splitter.SplitByNothing(), null, null, ExtraValues.Error),
#"Expanded Column1" = Table.ExpandRecordColumn(#"Converted to Table", "Column1", {"Name", "Software Type"}, {"Column1.Name", "Column1.Software Type"})
in
#"Expanded Column1"

 

This is working fine . However, i am just receiving only 1140 records . The total records should be 1350 . I am not able to get next pages records. 

 

Could some one please help me to get all other records ? 

 

thanks,

G venkatesh 

1 REPLY 1

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Fabric Monthly Update - May 2024

Check out the May 2024 Fabric update to learn about new features.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.