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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

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.