missing icon next to numerical column on Fields pane
snapshot from the Fields paneNormally there is a tiny summation icon next to those column names having whole number as the data type. However, if I take a look at the Fields pane image as attached, it...
View ArticleDAX Full Editor or Better yet Something Similar to DAX Studio
I was actually wishing for a full DAX editor now that I have a code that's long enough that I had to scroll up and down but I encountered a similar or not better idea posted I also went to DAX Studio...
View ArticlePBI Desktop and Website Sign-In Issues
Here is a step-by-step recreation of the issues I am facing with Power BI Desktop and webservice in signing in. Issue: Unable to publish project time data from Power BI Desktop to Power BI on the Web...
View ArticleNested Crossjoin Quadrupled my Data
I have this DAX Code: and it quadrupled my value, is there something wrong with double crossjoins? Get Total Hours = SELECTCOLUMNS( FILTER( CROSSJOIN(table_c, FILTER( CROSSJOIN(table_a,table_b),...
View ArticleGet the % of an Item Category
So I'm trying to get the percentage of an item category from my dataset. Let's say I have the following data: NameCategoryOrder...
View ArticleFilter Query (or create new table) based on first (date) duplicate and values...
Hello Everyone,I've tried my best to find the best solution for my issue on the forums, but got into a dead end, so im asking for help from scratch. instead of modifying my attempts, here it goes:I...
View ArticleKPI Visual (Blank) on date span using .[Date]
I was trying to use the KPI visual of a moving average measure, over a series of dates ( non-unique, so there are many duplicate dates). I was having a bizarre problem with the dates that came from...
View ArticleRELATED function isn't detecting related tables/columns
I am following the tabular modelling tutorial, lesson 6 https://msdn.microsoft.com/en-us/library/hh231703.aspx, wishing to create calculated column within Product table, using formula =RELATED('Product...
View ArticleHelp with a calculation from Excel to calculate trended PMPM
I have a formula in an excel workbook that I update every month to try and get the trended PMPM (Per Member Per Month) based the total number of days in the month and it varies based on the day of the...
View Articlehow to edit variables in power bi desktop editor
Hi I have read this https://powerbi.microsoft.com/es-es/guided-learning/powerbi-learning-7-4-dax-expressions/ but when I add a new colum for example I can not edit this readable sentences. When I press...
View ArticleCreating multiple columns for dates
I have several buildings where i want to get the vacancy rate for the last five years. I can't seem to figure out how to get all one building on a single row. Ideally it would look like this at the end...
View ArticleCreate a measure that filters a status column by the latest date
Hello,I am a newbie to powerbi and especially DAX. I have a database that we use to keep track of the inventory of our rentable gear. I am trying to create a measure that will give the most recent...
View ArticleMeasure: FILTER([value] is not blank
I'm trying to create a measure where I can reference a pre-filtered value. It will end up being a %, but for simplicity: Measure = CALCULATE(DISTINCTCOUNT('TABLE'[Value]),FILTER('TABLE','TABLE'[VALUE]...
View ArticleInvoking function causes "Expression.Error: We cannot convert a value of type...
Hi, I'm trying to create a function that will rename all columns in a table., but when I invoke the function (from both the query editor and navigation panel) I get the folliwng error: An error...
View ArticleCannot access file network location
I am unable to open a file in a network location. I get the error "Unable to Open Document : Access to <file location> is denied". However I am able to access other filetypes in the location. I'm...
View ArticleFind the minimum value within grouped data
Hello, I need to replication a query that is done in access on a table within Powerbi. Im new to powerbi as well. So a little background first, i am reporting on a Help Desk ticking system. This...
View ArticleMeasure for different measures?
Hello everybody,got 5 different measures in 5 different tables. Table1, measure ATable 2, measure B Table 3, measure CTable 4, measure DTable 5, measure E all measures return a value in % is there a...
View ArticleNeed help with ALL function (DAX)
Hi all, Looking for advice on following, i have a calendar table and there is a field called "Days From Today", basically it is a calculated field, making current day as 0 and yesteray as -1 and so...
View ArticleNot showing empty table if count of a bar graph is zero
Hi, I have a 5 bar graphs representing count. And a table with one column having unique ID's.Each time I click any one of the bar graph, the table gets updated.If a count is zero, bar graph shows no...
View Article"see records" not shown for line and stacked column chart
I have 2 visuals. One is Stacked column chart and the other a Line and Stacked column chart. When I right click on a column within the Stacked column chart I get an option to "See Records." However...
View Article