Re: d3.select not working
, Based on my test, you could use the following script to workaround this situation. private window: any; constructor(options: VisualConstructorOptions) { this.window = window; this.svg =...
View ArticleRe: Dynamic REST queries
I assumed you created the table with the "id" column via Power Query. Can you post a sample of the code you used to create the table?
View ArticleRe: Dynamic REST queries
Yea, so the Ids are in a table already, via power query. That is correctly understood.What I don't understand, is where I add this combined string?Do I create it as a parameter on the table with the ids?
View ArticlePower BI pro - Clarification on 10 GB limit
For one of our clients we did a PoC on a limited dataset using Power BI. The client wants to move the setup to production .We understand that the total data size that Power BI Pro license can...
View ArticleProblems with security when using Live connection to SSAS Tabular
For one of our customers we have implemented row based security in SSAS Tabular using roles, and then adding members to these roles. When connecting to SSAS Tabular from Power BI the set filters are...
View ArticleRe: Power BI Desktop - Unable to Connect to my local MySQL dbase
I have the same issue but the link doesn't seem to work anymore.Do you have any other way to get it? Thanks!
View ArticleRe: Sharepoint Online - scheduled refresh not possible - oauth not showing
Monday update.Power BI + Sharepoint Online = Schedule refresh not possible. Instead of OAuth the usual "undefined" method. Will open a ticket with Microsoft, seeing that a thread in community site...
View ArticleIntegration with IFS Apps 9 ERP
Hi, Has anyone integrated Power BI Apps with IFS APPS 9 ERP. Lot of companies seem to be using this ERP and it would be good to have a connector for the same. Thanks,Hemanth
View ArticleCannot Connect to MySQL on Linux VM
Hi there,I have a Virtual Machine running a LAMP server with a bridged connection to the host computer (Win10). After installing Mmysql-connector-net-6.6.5.msi I still cannot connect to my database;...
View ArticleRe: Dynamic REST queries
See the sample code below which may help explain:let // Create sample data table Source = #table({"id", "Name"}, {{1,"Horse"}, {56, "Cow"}, {3543, "Sheep"}, {8777, "Dog"}, {23433, "Pig"}, {45454,...
View ArticleCan the timeline slicer filter on one date or another at the same time?
I need to pull in data based on two different dates at the same time. My data has a 'posted date' and a 'corrected date'. I need to make the timeline slicer pull the data for anything that was either...
View ArticleRe: Can the timeline slicer filter on one date or another at the same time?
It is not supported in timeline slicer. You can select the continuous period but not two different dates on the same slicer. The alternate approach would be to use two different slicers/page level...
View ArticleRFCInvoke error on connecting to SAPBW
I'm trying to connect to SAP BW using Power BI Desktop. I went through with the steps mentioned in the links belowPower BI to SAP BW and Netweaver RFC SDK Installation and complete the installation....
View ArticleRe: Can the timeline slicer filter on one date or another at the same time?
I tried to add a second slicer, but it seems to treat it as an 'and' statement instead of an 'or' statement. It's only bringing in data if both the posted and corrected dates are in the date range...
View ArticleRe: Power BI pro - Clarification on 10 GB limit
It is the accumulated size of whatever you have in the Service. Whether this is one dataset/report/dashboard or a whole bunch. A few things to point out.1) The "data" is compressed substantially2)...
View ArticleDataFormat.Error: We couldn't convert to Number. Details:...
Hola amigos, tengo un problema al momento de conectar datos del Power BI a un archivo Excel.El archivo excel es una tabla de articulos, y tiene codigos numericos y alfanumericos, los codigos...
View ArticleRe: Error Message Connecting to PostgreSQL using SSPI
Any ETA on PostgreSQL SSPI authentication?
View ArticleRe: SAP Hana Direct Query Windows Auth
Hi ,I haven't found any official article stating that it doesn't support Winodws authentication in DirectQuery mode. Have you configure the SAP HANA server to support single sign-on? How about using...
View Article