How to enable forecast option in PowerBI analytics? - powerbi

Hi everyone,
I'm finding the forecast option under analytics but I couldn't find it. There is only one series of data in my line chart but the forecast option still not available, may I know what should I do in order to enable to forecast option? the screenshot below is my table in case needed:
Any help or advise will be greatly appreciated!
Edited

Related

Stop Excel Datasheet from loading into PowerBI

I have a PowerBi Report in which i used an excel sheet to load historical data.
This historical data will not be updated and is solely used to merge with other data from SQL.
Everytime I update the new merged query my excel sheet will be updated aswell.
Is there a way to disable that? So that i can delete the excel sheet without losing the data in the PowerBI report?
So far i disabled both the load into refresh option of the historical dataset in PowerQuery but this didnt help.
Thanks in advance
There is a capability of Enable or Disable loading of a dataset into your model in Power Query on the right click menu. Is it what you are looking for ?

Superset: how to find all charts using a specific table

I want to delete a table but I am having a hard time figuring out whether the table is used on my Superset instance. Is it possible to list all the charts on Superset with a particular table?
Thank you in advance!
Go to charts and select the dataset. All the charts will be listed.

Transform Data Option In PowerBI

Being a beginner in PowerBI, I am trying to import dataset on online portal of PowerBI(aap.powerbi.com). When I upload the data, I am not able to see the option to transform or manipulate data. What is the way I can access this without using power BI desktop
The PowerQuery or the Trasnform Data option is only available in PowerBI cloud. Even if you want to create measures or new columns you'll have to do it on the desktop, there's no way around this unfortunately currently. If it is possible in the future, let me know here!
Its better to use power bi desktop to data manipulation and preparation part.

How to add calculated column to PowerBI datasets

I have created a dataset in Power BI web, and then imported it on Power BI desktop (using File -> Get data -> Power BI datasets).
I don't see a way of adding Calculated Columns. Does the dataset need some special configuration to enable this?
Based on my experience you won't be able to see the columns because it using direct query. you can still add some columns and measure but your'e basically flying blind. you can just select the table in the report(visual view) and add column however you'll have to play the guessing game. But if you know your dataset you should be fine.
However a Dataflow wouldn't give the issue you're having.

Can I make a report for the last hour only

I'm using Power BI (on the web) and I'll like to make a report showing the last hour only for a near-real time report. I can make a filter but the date/time is fixed and I want to show only the values of the last hour. Is that posible?
If you have a Stream Analytics query reading from Event Hubs and writing to Power BI you can use Q&A inside Power BI to filter to "in the last hour" as described here:
https://stackoverflow.com/a/32227774/5070440
Then after you are happy with your Q&A tile you can pin it.
You may need to set up periodic refresh of your data source as GregGalloway pointed out - however likely more frequently than once an hour if you need stats from the current past hour,
Would it be an option to edit the data import query?
Would it be an option to create the report using power BI desktop, applying filter in the "edit query" view, and then publishing it?
You can also use a tile level filter on the data you want to display on PBi to select values starting a given time. However this will only work on Reports not Dashboards in PBi.
Hope this helps!