Unable to create measure
I am sure this is a newbie question. I have trying to create a measure with the following DAX formula. Submit Count = Divide(Count('Raw Data'[Repair Order]), 'Working Days'[Num of Days] )) I do have a...
View ArticleMax number of items in legend or category for stacked column chart.
I have some data with 268 different categories. The chart, however, shows only 167 of them. Is there a limit to the number of categories a chart supports? I'm still on the 11/2016 release of PowerBI...
View ArticleDynamics 365 "Access to the resource is forbidden"
My company is moving to a new CRM so I'm trying to connect and create some test reports ahead of the migration. I went to Get Data, selected Dynamics 365, put in the correct URL, and signed in with my...
View ArticleCheck filtervalues based on USERPRINCIPALNAME()
Hi all, At this moment we add a field to our datasets with this declaration: UserMail = USERPRINCIPALNAME() And we also add the mailadress of the people that are responsible for a departement to the...
View ArticleMultiple conditions and values in a mesaure
Hi everyone! I'm so stuck with something. I'm trying to create a measure that has to evaluate several conditions for the final value. Please kindly see next pic. The 2 tables that I'm trying to use are...
View ArticleMeasure to filter two seperate tables
Hoping someone can help, I'm working on a report which has two tables which cannot be joined by relationship. The first is a list of server sizes with CPU cores and memory. The second table is also...
View Articledates as column names
My excel spreadsheet uses dates as column header names but the data in the columns is just numbers. When I import into Power BI the header is converted to a number. How can I keep the header as a...
View ArticleCalculating Total Daily Value
I have a table which shows two metrics - by day. Metric 1 is a calcuated column that is computed as a daily value Metric 2 is a measure that is computed as a MTD value of another item ( not a MTD of...
View ArticleMax count of duplicate values?
Hi All, I have a table that looks something like this, which displays the responses students have sent to questions. I'm looking to find a MAX response count (by student) that can be filtered by date....
View ArticleCount increase/decrease over time frame
I was tasked to build a formula letting us know how the month is tracking as far on inputs vs the past 12 months average. The data is like the following Table name: WOtwo columns:"doc_no, Date" The...
View Articleshow items with no data as 0 instead of blanks
Just a little background on the above table: Project Name, Category Name, and Portfolio Name are from a table called 'Projects" Actual, Committed are from a table called 'Expenses' Projects is a one...
View ArticleWorking days
This is my current formula:WorkingDays = IF (OR (DateDimension[DayOfWeek] = 7, DateDimension[DayOfWeek] = 1), 0, if(DateDimension[Date] = value("01/01/2016"),0,if(DateDimension[Date] =...
View ArticleRenamed column header errors in January Update
All of my renamed column headers in my PBIX file are causing the affected charts/tables to display the below error every time I open up my PBIX file in Power BI Desktop. This error never happened...
View ArticleFilter on a word not following by letters
Hi, I have a question concerning filters on a character string. For example, a table with one column contains the following values:/cart-all/cart/carton-/cart/carte-/cart? I would like to have only...
View ArticleRelated problem
I am trying to use data from table ProjetoSegmento(2) and ProjetoSegmentoOrcamento in table ProjectoSegmento using function Related. But it doesn't work.But I don't understand why since they are both...
View ArticleGraph Legend
Hello, I have like 10 Categories on my chart. The legend shows all the information about it.But I can only see 5 items and to see remaining names on the legend I need to click the next next arrow. Is...
View ArticleVariation of annual sales
I can not create an annual sales variance in Power BI:Ex: 2014 - 20,000;2015 - 35,000;2016 - 40,000I wanted to create the percentage change over the years:
View ArticleIs there a way to input TEXT to filter results in "Report" view?
I'd like to display a table with a few columns (FirstName, LastName, D.O.B, Comments, EntryDate etc.). In the desktop editor, I can easily add "include" and "exclude" type of "Advanced filters" to...
View ArticleMeasure for 2 last months
Hello, i am new to powerBi and i have a table which has column Month in string format like this2016-052016-062016-072016-08 I want to have measure which always chooses 2 top values and put it like...
View Article