Re: like when you press a button to switch between pages?
You will see it starting to light up over the next month. Keep an eye on our developers blog.
View ArticlePublishing real time report to web
HiI am trying to develop a real time (or near real time) device monitoring solution with IoT Hub. I was able to do that with Power Bi dashboard by directing stream analytics output to Power Bi. Now I...
View ArticleRolling average by week number
Could someone help me with creating either a calculated column or measure to find a 4 week rolling average? I am using the week number and it seems as if the Dax calculations do not recognize the week...
View ArticleGet Data from Online Service Facebook Not Work
Hi, anyone know how to resolve the facebook feed cannot be collected in Power Query or BI Desktop? Seems this function not work properly, always show too much data.
View ArticleRe: New Debug Visual
Yes I had this issue. I had to remove all other Custom Visuals from the report and upload that from Desktop. The on the web it appeared. I suppose the advise here is to keep it simple with developing...
View ArticleRe: Multilanguge Features
If you have/add a language column in your data, you can then have a slicer that lets the user choose the language of the data to display. I haven't seen anything in PowerBI that lets you substitute...
View ArticlePower BI Embedded
If I use it in my web application do application's users have to have any kind of Power BI account? What about linsense? By users I mean 3rd party companies we sell applications to.what kind of lisense...
View ArticleStacked bar Chart
Hi All, Can i down loading the 'Clustered column chart' of powerbi .pbiviz file. If yes, please post that link in it. Thank youKishore Kommi
View ArticleRe: Rest api usage with Java
Check this Github repository satalyst/powerbi-rest-java.The code snippet public class Office365Authenticator implements Authenticator { private static final String DEFAULT_AUTHORITY =...
View ArticleRe: An error occurred within the report server database. SSRS PowerBI Pin
Hi Qiuyun, Yes I have checked all of these requirements and they have been met. The Report Server has been registered for Power BI. The issue is when I run a report on the report manager and try to pin...
View ArticleRe: Stacked bar Chart
That should be not.You can find more visualizations in the Visuals Gallery.https://app.powerbi.com/visuals/
View ArticleRe: Get Data from Online Service Facebook Not Work
Queries that were built before April 30th 2015 may no longer work or return less data.The specific reasons can refer to the official...
View ArticleRe: Publishing real time report to web
if you have a report that uses directquery to sql server then you can use that via publish to web. so when you publish to web and any user that interacts with report will send query back to the data...
View ArticleRe: Power BI Embedded
It depends on the way you embed. If the apps are integrated with Power BI via Rest API, the applications' users will have to have a Power BI account to...
View ArticleRe: Publishing real time report to web
After you create your Publish to web embed code and share it, the report is updated with any changes you make. However, it’s important to know that it can take a while for update to be visible to your...
View ArticleRe: Stacked bar Chart
Hi WillTang, I had another Question regarding to "I need to generate a popup window. when i click on the report of existing charts" like on Stacked Bar Chart report. if it is not posible in existing...
View ArticleRe: Role Level Security using Power BI REST API
It should work. Check Tutorial: Dynamic row level security with Analysis services tabular model Just note that there are a few considerations to keep in mind when working with row level security,...
View ArticleRe: Is custom visual able to set the matrix cell back color with expression?
, So far, based on my experience, the answer might be yes by using JavaScript and CSS. To achieve this, you may need to master typescript and less first, then use the PowerBI Custom Visual CLI Tools...
View ArticleRe: Is custom visual able to set the matrix cell back color with expression?
, thanks for youe response. i have set up the PowerBI Custom Visual CLI Tools with NPM in my development environment. is there any guideline or sample code for this? Thanks.
View Article