gorilla.bi Open in urlscan Pro
104.19.154.92  Public Scan

Submitted URL: http://gorilla.bi/
Effective URL: https://gorilla.bi/
Submission: On February 14 via manual from IN — Scanned from DE

Form analysis 3 forms found in the DOM

GET https://gorilla.bi/

<form method="get" class="search-form navigation-search" action="https://gorilla.bi/">
  <input type="search" class="search-field" value="" name="s" title="Search">
</form>

POST

<form id="mc4wp-form-1" class="mc4wp-form mc4wp-form-1565" method="post" data-id="1565" data-name="Advance Your Skills And Your Career">
  <div class="mc4wp-form-fields">
    <link href="https://cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css" media="all" onload="this.media='all'" fetchpriority="low">
    <style type="text/css">
      #mc_embed_signup {
        clear: left;
        font: 14px Helvetica, Arial, sans-serif;
      }

      /* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
       We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
      #mc_embed_signup label {
        text-align: center;
      }

      #mc_embed_signup input.email {
        width: 300px;
        margin: 0px auto 10px auto;
        text-align: center;
      }

      #mc_embed_signup input.button {
        margin: auto;
        width: 150px;
      }

      #mc_embed_signup form {
        width: 58%;
        margin: auto;
      }
    </style>
    <div class="display:block margin:auto" id="mc_embed_signup">
      <div id="mc_embed_signup_scroll">
        <!-- <label for="mce-EMAIL">Subscribe to my mailing list</label> -->
        <input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="Your email" required="">
        <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
        <div style="position: absolute; left: -500px;">
          <input type="text" name="b_b59cd34816a376a0c58945aee_2e74fec4e5" tabindex="-1" value="">
        </div>
        <div class="clear">
          <input type="submit" value="Try it" name="subscribe" id="mc-embedded-subscribe" class="button">
        </div>
      </div>
    </div>
  </div><label style="display: none !important;">Leave this field empty if you're human: <input type="text" name="_mc4wp_honeypot" value="" tabindex="-1" autocomplete="off"></label><input type="hidden" name="_mc4wp_timestamp"
    value="1676327593"><input type="hidden" name="_mc4wp_form_id" value="1565"><input type="hidden" name="_mc4wp_form_element_id" value="mc4wp-form-1">
  <div class="mc4wp-response"></div>
</form>

POST

<form id="mc4wp-form-2" class="mc4wp-form mc4wp-form-1565" method="post" data-id="1565" data-name="Advance Your Skills And Your Career">
  <div class="mc4wp-form-fields">
    <link href="https://cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css" media="all" onload="this.media='all'" fetchpriority="low">
    <style type="text/css">
      #mc_embed_signup {
        clear: left;
        font: 14px Helvetica, Arial, sans-serif;
      }

      /* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
       We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
      #mc_embed_signup label {
        text-align: center;
      }

      #mc_embed_signup input.email {
        width: 300px;
        margin: 0px auto 10px auto;
        text-align: center;
      }

      #mc_embed_signup input.button {
        margin: auto;
        width: 150px;
      }

      #mc_embed_signup form {
        width: 58%;
        margin: auto;
      }
    </style>
    <div class="display:block margin:auto" id="mc_embed_signup">
      <div id="mc_embed_signup_scroll">
        <!-- <label for="mce-EMAIL">Subscribe to my mailing list</label> -->
        <input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="Your email" required="">
        <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
        <div style="position: absolute; left: -500px;">
          <input type="text" name="b_b59cd34816a376a0c58945aee_2e74fec4e5" tabindex="-1" value="">
        </div>
        <div class="clear">
          <input type="submit" value="Try it" name="subscribe" id="mc-embedded-subscribe" class="button">
        </div>
      </div>
    </div>
  </div><label style="display: none !important;">Leave this field empty if you're human: <input type="text" name="_mc4wp_honeypot" value="" tabindex="-1" autocomplete="off"></label><input type="hidden" name="_mc4wp_timestamp"
    value="1676327593"><input type="hidden" name="_mc4wp_form_id" value="1565"><input type="hidden" name="_mc4wp_form_element_id" value="mc4wp-form-2">
  <div class="mc4wp-response"></div>
</form>

Text Content

Skip to content

Menu

Menu
 * BLOG
   * Power BI
   * Power Query
   * DAX
 * RESOURCES
 * YOUTUBE
 * CONTACT
 * ABOUT




THE LATEST TUTORIALS FOR POWER QUERY,
DAX AND POWER BI CURATED FOR YOU DAILY.

featured article


GENERATING RANDOM NUMBERS IN POWER QUERY

Latest articles
Power Query


UNPIVOT COLUMNS AND KEEP NULL VALUES IN POWER QUERY

Feb 11, 2023
0

Unpivoting in Power Query is a way to move columns into rows. It’s simple: …
Read more



Power Query


POWER QUERY PRECISION: AVOID ROUNDING ERRORS

Feb 11, 2023
0

Are you having trouble getting accurate results when doing calculations in Power
Query? Do … Read more



Power Query


CREATE A FISCAL CALENDAR IN POWER QUERY

Feb 12, 2023
5

In this article, we’ll go through the steps of creating a fiscal calendar in …
Read more



Power Query


DATE TABLE WITH MONTHLY INCREMENTS IN POWER QUERY

Feb 12, 2023
0

Are you looking to create a date table with Monthly increments in Power Query? …
Read more



Power Query


3 WAYS TO TRUNCATE NUMBERS (REMOVE DECIMALS) IN POWER QUERY

Feb 12, 2023
0

In this article, we’ll show you three ways to truncate numbers in Power Query …
Read more



Power Query


CREATE ISO WEEK AND ISO YEAR IN POWER QUERY

Feb 11, 2023
7

Calendars can be a real pain when analyzing your numbers. Years can start on …
Read more



Power Query


CREATING SEQUENCES IN POWER QUERY

Feb 11, 2023
0

Have you ever found yourself struggling to create sequences in Power Query? This
article … Read more



Power Query


HOW LIST.SORT WORKS IN POWER QUERY

Feb 11, 2023
4

Are you tired of struggling to sort your data in Power Query? Look no … Read
more



Power BI


BEST RESOURCES TO LEARN POWER BI IN 2023 (INCL DAX, M)

Feb 12, 2023
7

Are you ready to level up your Power BI skills? But don’t know where … Read more



Older posts
Page1 Page2 … Page7 Next →

Receive the latest article in your mailbox




Leave this field empty if you're human:


ABOUT BI GORILLA

BI Gorilla is a blog about DAX, Power Query and Power BI. It was founded in 2018
by Rick de Groot with the goal to provide easy to understand resources to help
you advance.



LATEST POSTS

 * Generating Random Numbers in Power Query
 * Unpivot Columns And Keep Null Values in Power Query
 * Power Query Precision: Avoid Rounding Errors
 * Create a Fiscal Calendar in Power Query
 * Date Table with Monthly Increments in Power Query

NEWSLETTER

Free your mind, automate your data cleaning.




Leave this field empty if you're human:


--------------------------------------------------------------------------------

©️ 2023 BI Gorilla. Powered by Rocket.net, FlyingPress • Built on theme
GeneratePress

Blog Contact Privacy Policy
Update Privacy Settings

BI Gorilla
In order to provide a more personal user experience, we and our partners use
technology such as cookies to store and/or access device information.
By clicking “Accept” you consent to these technologies which will allow us and
our partners
to process non-sensitive data such as IP address, unique ID, and browsing data
for the purposes of serving personalized ads and content, ad and content
measurement, audience insights, and to develop and improve products.
Your choices on this site will be applied only for this site. You can change
your settings at any time, including withdrawing your consent, by going to the
Privacy Policy
page of this site.
Manage Settings
Accept