Table without restirictions has two dimensions Color and Number. Value cells has values from a measure (we can call it CellSum) that sums up values with these dimensions. I want to exclude all values...
Hi i am having issues with trying to get hours counted, i want it to return Substantive Filled total hours Month Status Hours Oct Substantive Filled 01:00:00 Oct Filled ...
Dear All, Im new to dax and I need Help on below topic.I need to bring customer name from first table to second table(Desired output)according to time and Salesman(Two cirterias).In first table time...
Hi i have two tables, lets say TableA & TableB TableB contains allowed Version numbers like 13.1.5 TableA contains also some different Version number, but only a...
Hi everyone, I'm trying to work on a Country Ranking Report and to write a DAX Measure which would help me to see what the Difference in Rank of a Country is from it's rank in the prev...
Hi, I need to fix this code DAX to exibit the last image below: % Share vendas brutas Agrupável = VAR AllVendasBrutas = CALCULATE ( [Vendas Brutas], ALL ( dLocalidades ) ) RETURN DIVIDE ...
Hi, I'm getting stuck on a DAX formula when creating dynamic table based on this requirement: -Getting all rows where the [AsOfDate] is lesser or equal to the date selected -Getting all ro...
Hi everyone, I'm trying to work on a Customer Churn Report and as a beginning step I need to classify customers as New,Retained and Lost for every month selected via a slicer. The logic...
Hi In my model I only have a 1 column table that lists several future periods (format YYYYMM). I would like to distribute 1000 USD over these months. Each month should be allocated with 99 USD, unt...