PBIX and/or PBIT file format
Since there is currently no way of easily updating all the reports built on one template, I am thinking writing myself a tool, which could generate PBIX files by supplying PBIT and Data Source...
View ArticleTrying to Add an Legend using the legend.md API to my custom visualization
I am following the installation instructions at the below link. I am using the API 1.4.0 ......
View ArticleCreate SQL Server Linked Server for PowerBI-Dataset? Fire DAX Query from SQL...
Anyone managed to create a linked server to that firing DAX Queries via OPENQUERY is possible via TSQL Code?I tried every combination with bellow TSQL Code already without success. Creating a linked...
View Articleinherit other visualizations
Hi everyone. Is it possible to inherit any visualizations to make changed?e.g. I make a new custom visual inherit Gauge visualizations and I add new features. Thanks in advance for any help.
View ArticleRe: PowerBI Embedded Sample Connection string
Did you ever figure out how to solve the problem? I am doing the same thing with the same result.
View ArticleRe: DAX Last Year Sales
Hi,first i have filtered year, then inserted region and sales, when i try to use the above to calculate last year sales, it gives me blank. is it because i have already filtered the year? how can i...
View ArticleRe: Problem with Selection in custom visualization
Do you want to slice a time window like '02:00' to '15:00' for all days? If so, there's some workaround by creating proper lookup tables and measures. Check a similar thread Specify custom date...
View ArticleRe: Power BI Embedded - Making Report Fill Entire Screen
Can you try to change the iframe style to <iframe style="position:absolute; height:100%; width:100%; border: none">
View ArticleRe: Problem with Selection in custom visualization
Thanks for this help. But can you please tell me how can i make a table with range of time only not date.Because Calendar() function is taking date only.
View ArticleRe: Retrieving the count of duplicate coordinates
This was the answer ultimately. Thanks for the tip
View ArticleRe: Hover over in R visuals
Power BI has in the backlog R custom visuals which produce HTML.
View ArticleRe: DAX Last Year Sales
Is your date column continuous? If you're using a seperate date table, did you create the relationship using 2 fields with a Date data type?
View ArticleIs there a good way to do a live streaming survey?
I know you can connect a Power BI report to a OneDrive or Google Sheets survey. Is there a way to do a survey that takes advantage of streaming data sets and shows updates instantaneously?
View ArticleSome reports doesn't contain credential
I'm add reports to existing reports workspace, which contains the same connection string which i got in my raport that i upload. After trying to embadded it on website, i got message :...
View ArticleNOOB: How to edit a query to return timestamp in date-time format
Hi everyone, I am extremely new to PowerBi and have a specific question on how to transform my data. I have unix tiemstamps that I want to display as date times. I know I can use this function: UTCTime...
View Article"Data Gateway couldn't be reached" But not using Data Gateway
I created a report entirely using data that should be accessible over the web, without the need for a Personal Gateway, but when I publish online and try to refresh, I get the error: Your data gateway...
View ArticleRe: NOOB: How to edit a query to return timestamp in date-time format
Hey , Looks like you got the formula from the post here. You can use it in PBI Desktop, after loading the data from the Query Editor, by going to the "Data" section (spreadsheet icon on the left...
View ArticleRe: Is there a good way to do a live streaming survey?
Hey , To take complete advantage of the MS tools, I would look at creating a survey app through PowerApps and using Flow to push data in real time to PBI using the REST api. This is all explained in...
View ArticlePower BI - how to count across row in multiple columns
Tabel example: A B C D E F Total1 0 0 0 0 0 11 1 1 1 0 0 40 0 0 0 1 1 20 0 0 0 0 0 0 Can you please help and provide an example how to...
View ArticlePowerBI REST API - where do I start?
Hi, I want to learn about PowerBI REST API? Could anyone guide me where to start? Well, I have already started reading about REST to start with but what I want to ask specifically is please gear me,...
View Article