Margin Divisible by 5?
Hi,I am looking to find a calculation that will tell me whether an item was sold at a margin divisible by five or not. i.e. ..., 35%, 40%, 45%, 50%, ... etc. I figured it would be simple using the MOD...
View ArticleMargin Divisible by 5?
Hi,I am looking to find a calculation that will tell me whether an item was sold at a margin divisible by five or not. i.e. ..., 35%, 40%, 45%, 50%, ... etc. I figured it would be simple using the MOD...
View ArticleHelp with Percentage with conditions - DAX formula question
I have a data sets importing into Power BI from databases. I cannot edit this data sets in excel and need to find a way to get the CORRECT calculated fields in Power BI to finish a project. What I need...
View ArticleListing a measure from one table in another
I have a measure that is a scaler value function based on a filter. I have another table with a relationship on a unique identifier in which I want to create a calculated column that lists the value...
View Article2 DAX Questions
Hi, I am trying to figure out where I am going wrong with the below DAX Expression =IF(AND(YEAR([Demand Sent]=YEAR(TODAY())),WEEKNUM([Demand Sent]=WEEKNUM(TODAY())),FORMAT([Demand Sent],"ddd"),""))...
View ArticleRegional settings in Power BI App for Windows 10
Hello, we are using the Windows 10 Power BI App to share dashboards to our company final users but we ar finding some differences in numbers regional format. When using Power BI Service this is the...
View ArticleThank you!
Hello, I am new to the forum but wanted to just take this chance to say "Thank you!" Power BI is an amazing tool. It allows me to analyze data in the depths I never thought was possible. Keep up the...
View ArticleTOTALYTD measure works, but TOTALMTD on same fields returns no value
Hi All - I'm having a problem with TOTALMTD not returning a value...here is the scenario:I'm using financial data and trying to compare MTD and YTD actual to budget. Since I only want to display months...
View ArticleNewbie question about the Top N filter
Hi all, Very new to this but catching on quickly. What a great product.So, if I ask a simple question: I have a table visual in a report that lists 200+ rows of basic sales data: Company, Product,...
View ArticleAnnualize Ratios Dynamic (Year Quarter Month on annual basis with drill down)...
A basic need for many clients is to compute an annualized attrition rate. The baseline formula - assuming we're talking client attrition - would be: Annualized attrition rate % = (count of lost...
View ArticleDynamic topn()
Is there a way in power bi to display top n rows in a table based on varying criterea such as sales amount, expected sales, actual sales, etc.
View ArticleCan't use SQL TIME as Duration
I need to display a duration (hh:mm:ss.mmm) in a grid and in a chart. I have a SQL view where I use a date difference to generate a Duration field converting to Time:...
View Articlereplacement for =STANDARDIZE function (from Excel)
Hi all Do we have some replacement in Power BI for =STANDARDIZE function (from Excel) X is value in column, Mean is measure, Strandard_dev is also a measure, so we have arguments for function, how to...
View ArticleIF statement for DATEDIFF to handle an error
I'm calculating the number of DaysToCLose for a sales process. I have a CreatedDate and a ClosedDate to work with. My DAX is this: DaysToClose =...
View ArticleHow to find number of customers in a SCD2 type table
Hello Everyone,I have an SCD2 type table like below. I have a date table and time table as well. I want to find out the number of distinct customers when the user selects a date or show number of...
View ArticleThe target principal name is incorrect. Cannot generate SSA context.
Hi, I am able to access Power BI from server wheree i installed Power BI but when i try to connect it from my local desktop it throws below error message. Unable to connectDetails: "Microsoft SQL: The...
View ArticleCalculating Market Statistics - Difference from Time Periods
Good evening everyone! I'm currently converting an excel spreadsheet to Access that I have linked to Power BI. I need help understanding how to convert the data so I can calculate differences of market...
View ArticleCoding through map row level security
Hello Team, I want to map some user under defined role through coding, Here defined rol is nothing but Manage role option,So, how its possible
View ArticlePivot text to table
Is it possible to do a Pivot Text Table, with PowerQuery ? ContentType --->HeaderVotesCommentStatusPivot tables and breakdown treesHeader Pivot tables and breakdown trees6,50562...
View ArticleCustomized Legend Names - To override the default legend names
Hi, I have created certain measures like mSumPhaco, mSumSICS and mSumFreeCataract and have plotted it on clustered column chart. Obviously, name of the measures are appearing as legends. I wish to...
View Article