total per row is inaccurate
Hello, Need help on this, computation of %age per month is accurate. Formula I used is this: %age = (actual / expected) * 100 expected answer should be: (33247 / 43099) * 100 = 77.14% ; BUT the...
View ArticlePower query function - loop for simple PQ functuin
Hi, I have flat file (txt file) with a lot of data.I also have file with translation table of this txt file (e.g.: col 1-10-->XX, col 432-439-->YYY etc.)I start with PQ to translate the txt file...
View ArticleExpanding Summary Table
With some help on a previous topic I was able to create a daily summary table with the formula: (I hope the formatting is ok, still new to DAX - feel free to comment if it's off)DailySummaryTable =...
View ArticleHow to include more FILTER() in a DAX formula
I have the following measure that works properly. NoDelivPGDistrDPL = CALCULATE ( COUNTAX ( ZCSDLV; ZCSDLV[c1] ); DISTINCT ( ZCSDLV[c1] ); FILTER ( ZCSDLV; ZCSDLV[Cod1] = "149" ); FILTER ( ZCSDLV;...
View Articlesum multiple columns, how to?
Hi, Im new in powerBi and Im working in some datat wherein I need to calculate per row with multiple colums.at 1 row for example, i have data like 1.00 1.25 2.00 3.00 4.50 5.00now...
View Articlesearch between text
hiMy table looks like this: Product Country PriceMilk;Chocolate;Jam IN;US;GB 10Milk;Chocolate US:AU 5...
View ArticleCalculate the average ignoring a specific filter
Hello, I'm having trouble calculating the total average of payment days. The situation is as following: I have 4 tables that are connected to my calculation:'Invoice History': stores all the invoices...
View ArticleFilter not working on computed rank
Hi, I am struggling with filtering data after computing rank.Basically I have data of various objects which belong to applications. I wanted to rank the applications based on the number of objects...
View ArticleFiltering and Count issues
Hi, new to DAX and Powerbi, I have two tables in a 1:M relationship: TableA (1)- GUID (key)- Name TableB: (M)- ID (key)- GUID- TYPE Where type can be 1 or 2 I am trying to develop measures to...
View ArticlePast Date Count
Good Morning I have a table containing sales order information, each order has a due date for delivery. I want to have a measure that counts the number of orders whose due date has passed the days...
View Articlenot able to visualisation , data not getting loaded
nnot able to see visualisation getting error in loading data need help urgently "Error Message:Couldn't retrieve the data for this visual. Please try again later.Disabled Preview...
View ArticleUse SWITCH to change the column in charts with a Slicer
Hello everyone, I'm looking to create a slicer that enable me to change the column name in a table or a chart, I don't know if its possible :So, instead of having a flexible "sales " results (like its...
View ArticleCount Filtered by DatesBetween
Hello! Very new to this, not a great deal of DAX experience but some basic java/c#! Im trying to analyse delivery on time data, i can see the % of on time deliveries (for all of time) with this formula...
View Articleinfographic designer error
Hello,I'm experimenting an issue importing custom visual infographic designers.When import it in the visual pannel of power bi desktop occurred the errors below:sometimes appear this error: when i...
View Articleinfographic designer error
Hello,I'm experimenting an issue importing custom visual infographic designers.When import it in the visual pannel of power bi desktop occurred the errors below:sometimes appear this error: when i...
View ArticleHow to change column format?
Hello, I want to change in a column the text from 1,2,3,4,5...,11,12,13,...111,112,113 to 001,002,003,...,011,...111,112,113. I tried format(text,"000") but it does not work. My problem is that I join...
View Articlehow to make a variable for the company name in the connection to the power BI...
Hi guys, I'm going to venture into the development of power BI for Dynamics 2015, and I wanted to know if any of youHas generated a variable for the company name in the connection to the BI power...
View ArticleMany to may or similar
Hi, I have 2 tables in databasetable A: docno (PK), value1 (integer)table B: value1 (integer and PK), value2 (PK), value3 in my tables I have entries for example: tableA: 1000, 41001, 31002, 41003,...
View ArticleHow to manage new template releases
I have developed an OData Feed for multiple organisations where each organisation is given a Power BI template file that contains the link to the data source and some sample reports. The intention is...
View ArticleHow to set a company theme for the company to use
Hi There I am new to Power BI. I have styled my dashboard to match our company theme with the colours and styles required. For example I have set the page and graph background colour, and title...
View Article