This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
microsoft_power_bi [2022/03/01 17:23] windsor_ai |
microsoft_power_bi [2024/11/19 13:45] (current) windsor_ai |
||
---|---|---|---|
Line 8: | Line 8: | ||
- | How to get facebook data into powerbi | + | ===== Why are my numbers multiplied in Power BI desktop? ===== |
- | {{youtube> | + | If your PC is on a non English locale, it can happen that values are multiplied. A western European locale would for example format the number 1.00 wrongly as it would expect the number to look like this: 1,00. |
+ | You will need to change the locale in the Power BI settings to English (United States) | ||
+ | {{ : | ||
- | {{:: | ||
+ | ===== Adding new fields to the Source statement ===== | ||
+ | To be able to add new fields to the existing report, you need to remove the parameter " | ||
+ | {{: | ||
+ | ===== Increasing the default timeout in Power BI ===== | ||
- | {{youtube> | + | In case you have issues with loading longer date ranges it can be caused by timeouts. To change the default timeout please follow the steps below: |
+ | - Power BI click "Get data" from WEB and copy paste the API URL then click on **Advanced** | ||
+ | - Increase the **Command timeout in minutes** setting: | ||
+ | {{: | ||
+ | ===== Working with date ranges (absolute and relative) ===== | ||
+ | === Relative date ranges === | ||
+ | When you finish building your query you will see a URL like this: | ||
- | ===== How to connect Amazon MWS? ===== | ||
- | This article here [[https://www.windsor.ai/ | + | {{ : |
+ | < | ||
- | ===== Why are my numbers multiplied in Power BI desktop? ===== | + | Now < |
- | If your PC is on a non English locale, it can happen that values | + | Valid values for relative date ranges are: |
- | You will need to change the locale in the Power BI settings to English (United States) | + | |
- | {{ : | + | * last_1d |
+ | * last_3d | ||
+ | * last_7d | ||
+ | * last_14d | ||
+ | * last_28d | ||
+ | * last_30d | ||
+ | * last_90d | ||
+ | * last_180d | ||
+ | * this_month | ||
+ | * last_year | ||
+ | You can change the values accordingly to change the relative date range. | ||
- | ===== Pulling data from charts.windsor.ai ===== | + | === Absolute date ranges |
- | 1. Click explore chart | + | To work with absolute (fixed) date ranges you can select a date range in the date range picker |
- | {{: | ||
- | 2. Select the fields you want and click JSON to get the URL for the data-feed | + | {{ : |
- | {{: | ||
- | 3. Add this URL to powerbi. It works as a data-feed. | + | < |
+ | Will load the date range < | ||
+ | To only set a start date and default to todays date as end date you simply just remove the date_to from the URL. The query then would look like this: | ||
- | + | < | |
- | ===== Adding new fields to the Source statement ===== | + | |
- | + | ||
- | To be able to add new fields to the existing report, you need to remove the parameter " | + | |
- | + | ||
- | {{:columns.png?800|}} | + | |
- | + | ||
- | ===== Increasing the default timeout in Power BI ===== | + | |
- | + | ||
- | In case you have issues with loading longer date ranges it can be caused by timeouts. To change the default timeout please follow the steps below: | + | |
- | + | ||
- | - Have the Power BI Desktop file open and in Report View | + | |
- | - Click on the arrow for "Edit Queries" | + | |
- | - A dropdown will appear - then click "Data Source Settings" | + | |
- | - Data source settings pop-up window will appear | + | |
- | - Click on " | + | |
- | - Another pop-up will appear | + | |
- | - Click on Advanced Options (a drop-down of sorts will appear within the pop-up) | + | |
- | - " | + | |
- | - Enter a value - I chose to enter 60 minutes but feel free to enter any value | + | |
- | - Then apply the query changes and wait till the refresh is complete | + |