Got the basics down.. now what?

This page summarizes the projects mentioned and recommended in the original post on /r/PowerQuery

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • DataConnectors

    Data Connector SDK and samples for Power Query and Power BI

  • docs: https://github.com/Microsoft/DataConnectors/tree/master/samples/HelloWorld

  • Ninmonkey.PowerQueryLib

    Custom functions for Power BI

  • // source: (https://github.com/ninmonkey/Ninmonkey.PowerQueryLib/blob/638eb2dcd146b9a87bd3bf9935130043845e472e/source/WebRequest_Simple.pq#L27-L39) WebRequest_Simple = ( base_url as text, optional relative_path as nullable text, optional options as nullable record ) as record => let headers = options[Headers]?, //or: ?? [ Accept = "application/json" ], merged_options = [ Query = options[Query]?, ManualStatusHandling = options[ManualStatusHandling]? ?? { 400, 404, 406 }, RelativePath = relative_path, Headers = headers

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Library to easily retrieve data from multiple Api Providers.

    1 project | /r/dotnet | 30 Apr 2023
  • calling APIS in to power BI

    1 project | /r/PowerBI | 26 Jun 2022
  • How to start with Custom Connectors?

    1 project | /r/PowerBI | 27 Jan 2022
  • Am I headed in the right direction or into the bog of eternal stench?

    1 project | /r/PowerBI | 13 Jan 2022
  • Page refresh (F5) on PowerBI report doesn't refresh visuals?

    1 project | /r/PowerBI | 19 Jun 2023