Looking for communication activity and campaign monitoring dashboards
We are looking to use Power BI to create an online interface for our clients where they can monitor the impact of their communication activities and campaigns. This will need to track campaign spend,...
View ArticleRe: Embed group report problem
Some additional infos: - I can embed all reports that are attached to my workspace - I can only embed reports from other workspaces if i attached them to a group dashboard that is shared with my user...
View ArticleFetch all data from dataset in Custom Visual
Hi,I'm developing a custom visual and I need to load all records (rows and columns) that are in my dataSet.My dataSet has 100.000 records and now the max numer of record in...
View ArticleRe: Embed group report problem
Hello Thank you for your response By "webUrl" I mean data received during requesting reports from API (please pay attention to bolded text...
View ArticleRe: Applying filter in PowerBI web reports from Url
Try to change the "Dataset name" to table name, &filter=tablename/columnname eq 'value' One thing important is that tablename/columnname is case-sensitive. Make sure you've specified the correct...
View ArticlePower Bi Push not on exisiting dataset possible
Hello, I was able to create a dataset and push data to the new created dataset (as described in the tutorial).But is Power BI not able to push to a dataset that I have imported in my Power BI Service...
View ArticleRe: Calculate users Count on Age Distribution (18-30,31-45) on X axis
, Here is one way for your reference.1) add a caculated column AgeGroupAgeGroup = IF ( Persons[Age] < 18, "1) <18", IF ( Persons[Age] <= 25, "2) 18-25", IF ( Persons[Age] <= 50, "3)...
View ArticleRe: PowerBI SendGrid Content Pack Merged With SQL Server Data
Hi,SendGrid have confirmed the API URL only contains a small element of what I need. They will confer internally with their developers.I am now snookered on what to do next? To recap, I want to mashup...
View ArticleRe: Check if PowerBI page is loaded (using Selenium)
Hi Eric, Thanks for the quick reply. Fiddler is a great tool but I don't think I can use it in this case. Just to be absolutely clear on this matter, let me explain what I'm doing - I created C#...
View ArticleRe: Check if PowerBI page is loaded (using Selenium)
Might Selenium's built-in ImplicitWait help to solve your problem? http://www.seleniumhq.org/docs/04_webdriver_advanced.jsp...
View ArticleRe: Calculate users Count on Age Distribution (18-30,31-45) on X axis
Thanks Sam, I have found one more solutoin, We can able add conditions by using Conditional Column feature in query editor.
View ArticleRe: Check if PowerBI page is loaded (using Selenium)
The new JavaScript API allows you to listen to the event that indicates that the report is done loading: https://github.com/Microsoft/PowerBI-JavaScript/wiki/Handling-Events I'm not sure whether you...
View ArticleRe: Check if PowerBI page is loaded (using Selenium)
Yes, I am currently using that mechanism (check code sample in my first post) and it works fine. The issue is that XPaths need to be taken for each element of each report and if report changes, code...
View ArticleRe: power bi embed 'this content is not available'
Does the data source of your report use DirectQuery? In that case your might have forgotten this step:...
View ArticleRe: Check if PowerBI page is loaded (using Selenium)
There are quite some code samples on the Github wiki, I suggest you check them out. It would look something like this (combined this and this): // HTML<div powerbi-type="report"...
View ArticleRe: Power Bi Push not on exisiting dataset possible
Hmm, haven't tried that one but it wouldn't surprise me if that were the case. I am assuming here that in the Service you did "Get Data" and then pointed it to a PBIX file and imported it. And then you...
View ArticleRe: Power Bi Embed: Can't load data for this visual
Tks for your answer.Follow detailed message: Código de status Http401ID da atividade27fa4f5a-858f-4c2a-a7bc-c934ef3e63b5ID de correlação47a9c5f8-571d-3e5c-a01d-ef727cefe773Solicitar...
View ArticleRe: Power Bi Push not on exisiting dataset possible
No, first at all I imported my data in Power BI Desktop and did all the modelling, which have been a lot of work and complicated. Then I imported the pbix file in Power Bi Service. Now I want to...
View ArticleRe: Power Bi Embedded and internal vs. external.
Have you received any clarification on this? I too have a public need to share a Dashboard but can not have authentication for a "public" user.
View ArticleRe: Check if PowerBI page is loaded (using Selenium)
powerbi-type, powerbi-report-id and powerbi-embed-url are properties that don't exist in the report until you embed report somewhere else - that is when report gets id as well. I wouldn't want to...
View Article