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

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

Reply
Anonymous
Not applicable

Where statement in JSON Api document

Hi,

 

I am attempting to query Nookal API for some work and am struggling with the ability to write a where function. below is the connection being used but want to say where invoice_id is not null or could say where invoice_id >=1

 

let
Source = Json.Document(Web.Contents("https://api.nookal.com/production/v2/getinvoices?api_key=Myapikey"))
in
Source

1 ACCEPTED SOLUTION
Anonymous
Not applicable

thank you for this, unfortunately Nookal are not very good at sharing information as it could cost them additional revenue. I have managed a work around at this stage so appreciate the reply

 

Regards,

Lucas

View solution in original post

2 REPLIES 2
ImkeF
Community Champion
Community Champion

Hi @Anonymous 

This will be specified in the API documentation at nookals. Usually you just have to add some strings in the header/URL. But you have to follow the syntax specified in their API documentation.

 

 

 

Imke Feldmann (The BIccountant)

If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution. Thanks!

How to integrate M-code into your solution -- How to get your questions answered quickly -- How to provide sample data -- Check out more PBI- learning resources here -- Performance Tipps for M-queries

Anonymous
Not applicable

thank you for this, unfortunately Nookal are not very good at sharing information as it could cost them additional revenue. I have managed a work around at this stage so appreciate the reply

 

Regards,

Lucas

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors