How to start.... Dashboard in a web page
Hello, in my job they want to include some awesome graphics of our data (non-public data), so they decided to start with Power BI dashboards, but.... I really have no idea how to start! I mean, I need...
View ArticleDAX Function Help
Hello,My requirement is to calculate max ExtractDate(Column Name) for each month in dataset after filtering the dataset based on user selected report parameter in Power BI Desktop.For Example: Dataset...
View ArticleRe: Running total visual
In general, you would create a measure or column (probably a measure) that would contain your % of running total and then just add that measure a line chart visualization. If you provide some sample...
View ArticleRe: DAX Function Help
What visualization are you using for ExtractDate? I created a measure with your formula, used a card for it and slicers for Plant and Component and when I select P1, the max date is the eighth as...
View ArticleRe: DAX Question MAX Date Record
You can add a custom column in your dimension table like: MAX(RELATED(Fact[bDate]))
View ArticleCustom Visual - Datapoint Fill Color - how to link it back to the data?
Hi, I've been working on a cross-tab custom visual which I will be releasing / open-sourcing soon: I want to implement a conditional formatting based on the measure value. The small example below has...
View Articlemodelling an ontology in Power BI
HI everyone, I would like to model an ontology in power bi.I have made an ontology for cv competences and I want to use or create a module (such as filter or slicer) to vizualise and browse it in order...
View ArticleRe: integrating the report in a web application with single sign on
https://community.powerbi.com/t5/Developer/How-to-use-Power-BI-Rest-API-without-GUI-authentication-redirect/m-p/14218#M119
View ArticleRe: integrating the report in a web application with single sign on
https://community.powerbi.com/t5/Developer/How-to-use-Power-BI-Rest-API-without-GUI-authentication-redirect/m-p/14218#M119
View ArticleRe: DAX Function Help
Thanks very much for your response ! Could you share the measure formula which you applied to get Max date. Thanks
View ArticleRe: DAX Question MAX Date Record
how can i do that?must i use the DAX in the Fact?can you help me is in the step by step?, i dont need the details as long as i can understand the steps more i'll follow and find out myselfthanksPlease...
View ArticleRe: DAX Function Help
MAX(ExtractDate) will calculate for entire data in Dataset But I need to calculate for every month.For Example : Plant Component material Month ExtractDate ForecastP1...
View ArticleRe: DAX Function Help
Please avoid last post as It was bymistake sent while typing MAX(ExtractDate) will calculate for entire data in Dataset But I need to calculate for every month.For Example : Plant Component...
View ArticleRe: Running total visual
Thanks for idea! I probably can do running total via DAX, but I still have problems with P-04 period. Running total should be calculated in this column not as 100% for current SubPeriod, but as % of...
View ArticleUploaded report with categorical axis, automatically changes it to continuous!
Hi, I have specified a categorical axis to display dates on the x-axis in the desktop client. When I upload to Azure via the API and display the report the axis has changed itself to continuous and...
View ArticleRe: Best way to change from PBI Desktop to Web?
What I need to use Rest API? I get errors when i try to use it. Rest api should be easiest to use. Authenticate by Azure AD is tricky and dificult, and you need a lot of permissions and steps to make...
View ArticleRe: Best way to change from PBI Desktop to Web?
I found it quite straightforward by registering the app with Azure AD and getting the Client ID string from that. Then you just use the client ID to get an authorisation token, and use the token in any...
View ArticleAuthenticate Power BI Web App without displaying GUI authentication
I have created a web application that authenticates a users right to view a report using a simple form based authentication that is separate from azure ad. Is it possible to embed a report into an...
View ArticleRe: Best way to change from PBI Desktop to Web?
Thanks, this works for me, but my problem is that i'm using Java to develop my app. Do you know how to migrate to this language?
View Article