beginner
8 Topicsrows split, but merging response results within table -- happy it repeats
Is there a measure that would be able to perform the "overall" result in red, from the associated table data. I would want it to be visual in the table, happy for the repeats, as having consolidated summary is useful when assessing. thanks, [Table] Campaign Number Responded View campaign count campaign&view responded type count view&responded type count overall_show across all rows - merged result 10021 Rep1 15/05/2025 Agreed 9 10021Agreed 6 Agreed 6 Agreed 6, Disagreed 2, Incomplete 1 10021 Rep2 18/05/2025 Agreed 9 10021Agreed 6 Agreed 6 Agreed 6, Disagreed 2, Incomplete 1 10021 Rep3 21/05/2025 Agreed 9 10021Agreed 6 Agreed 6 Agreed 6, Disagreed 2, Incomplete 1 10021 Rep4 21/05/2025 Disagreed 9 10021Disagreed 2 Disagreed 2 Agreed 6, Disagreed 2, Incomplete 1 10021 Rep5 26/05/2025 Agreed 9 10021Agreed 6 Agreed 6 Agreed 6, Disagreed 2, Incomplete 1 10021 Rep6 29/05/2025 Agreed 9 10021Agreed 6 Agreed 6 Agreed 6, Disagreed 2, Incomplete 1 10021 Rep7 30/05/2025 Disagreed 9 10021Disagreed 2 Disagreed 2 Agreed 6, Disagreed 2, Incomplete 1 10021 Rep8 30/05/2025 Incomplete 9 10021Incomplete 1 Incomplete 1 Agreed 6, Disagreed 2, Incomplete 1 10021 Rep9 30/05/2025 Agreed 9 10021Agreed 6 Agreed 6 Agreed 6, Disagreed 2, Incomplete 1 12524 Rep1 12/03/2025 Disagreed 1 12524Disagreed 1 Disagreed 1 Disagreed 1 9931 Rep1 25/01/2024 Agreed 2 9931Agreed 1 Agreed 1 Agreed 1, Incomplete 1 9931 Rep2 27/01/2024 Incomplete 2 9931Incomplete 1 Incomplete 1 Agreed 1, Incomplete 1Solved1.4KViews0likes7CommentsDAX error support - True/False
I am trying to create a DAX formula that will count the number of students on roll in a school last school year specifically on 2MAY24. Gemini has offered the below but I'm getting a The True/False expression does not specify a column. Each True/False expressions used as a table filter expression must refer to exactly one column error. KH Students on Roll 23/24 = CALCULATE ( COUNTROWS ( ACADEMIC_CALENDAR_DATES ), ACADEMIC_CALENDAR_DATES[STUDENT_ON_ROLL] = TRUE, ACADEMIC_CALENDAR_DATES[STUDENT_ON_ROLL] = "May", HASONEVALUE ( STUDENT_SCHOOL_ENROLEMENTS[CURRENTLY_ON_ROLL] ), STUDENT_SCHOOL_ENROLEMENTS[CURRENTLY_ON_ROLL] = TRUE ) I'm a real beginner to DAX so not quite sure how to get it to count just for May. Any ideas ??1.1KViews1like5CommentsReading a value from another table between dates ?
Hello I am strugling with the following : I have a table 1 with following info : Quantity Order FRom Date To Date 12 124 01/01/22 02/04/22 32 124 02/04/22 4/5/22 45 124 4/5/22 12/2/22 and a second table with a column order and a column date How do I add a column in the second table with the value "Quantity" based on the column date ? Order Date Quantity 124 3/3/22 32 124 7/1/22 45Solved685Views0likes2CommentsHelp with Formula for Days in AR
Hello! Good Afternoon. I am needing some help with a formula for showing casing the # of Days in AR. Below you will find all the formulas I used inside of my report. I also have provided several screenshots. I am not sure what I am doing wrong. Please help!!!! My teammates are getting frustrated with me. 😞 I can't figure it out. Thank you so much in advance! Sincerely, Amanda Last 6 Month Charges = 1,689,901.39 How I got the Last 6 Month Charges is by using the Date (relative date) filter. I also had a formula called IsLatest ..that is a True / False statement set up to only sum charges by latest modified date so it wouldn't be adding up duplicate values. Count of Days in Last 6 Months = 184 I used my Calendar Table and chose the column “Days in Month.” I then used the Date Filter to only count the days in the last 6 months. Average Charges in Last 6 Months = 8,966.86 I then set up a measure to calculate the Average Charges by dividing the Last 6 months charges by the # number of days in last 6 months. I also applied the date filter for the last 6 months. DAX FORMULA USED: Avg Charges = DIVIDE([Last 6 month Charges], COUNT(_Calendar[Days in Month]),0) Total AR = 593,560.15 I just used my Charges Table and Chose "Balance" Total AR Days = 66 ($ 59, 3560.15 Total AR / $ 8,966.86 Average Charge in last 6 months) *****When setting up this formula I get the following value = 45 Using dax formula = AR Days = DIVIDE([Total Balance],[Avg Charges], 0)Solved1.2KViews0likes2CommentsFinding the values for most recent transaction date, then finding their percent of all recent values
Hello, I am rather new and looking to figure out this via measure(s). I can't seem to find a suitable answer in past answers that's working for me. Also, please let me know if this is something better tackled via query. I am working with the first table, and looking to create the third matrix. The middle filtered table is just for context. I need to first isolate the most recent dates and grades, then I need to understand how to calculate what only the most recent gradings are as a percentage of A, B, and C. Start: Grade Restaurant Date a Bob 2/15/2022 a Bob 1/15/2022 c Bob 3/1/2022 b Sue 12/13/2021 a Sue 2/1/2022 b Sue 3/3/2022 c Greg 2/1/2022 a Greg 1/31/2022 c Greg 1/15/2022 b Miss 1/8/2022 b Miss 1/9/2022 a Miss 1/20/2022 c Jon 2/3/2022 a Jon 1/3/2022 b Jon 3/3/2022 b Pam 12/2/2021 a Pam 9/8/2021 c Pam 6/2/2021 Isolate latest: Grade Restaurant Date c Bob 3/1/2022 b Sue 3/3/2022 c Greg 1/31/2022 a Miss 1/20/2022 b Jon 3/3/2022 b Pam 12/2/2021 Final Matrix: Grade % Restaurants (Latest) a 17% b 50% c 33% Thank you in advance to all that help!Solved1KViews0likes3CommentsPercentage Calc Not Displaying - Not Sure Why
Morning, I am using the below calc to show the prevalence of one value, within a set of another values. For example, if I visit ten houses over the year and find five of these items, my prevalence rate for the year should be 50%. The calc appears to work but when I drag it onto the graph to display as Line Value I get a "Can't Display the Visual Error". As you can see I'm simply "Sum"-ing the column "Sev1 Sum Post Appeal" and getting that Sum Total to appear as a percentage of the total rows (one row = one property visited). Any ideas? Calc Overall Inspection Result Sev1 Prevalence = DIVIDE( COUNTROWS('EXTRACT') , SUM('EXTRACT'[Sev1 Sum Post Appeal]) , BLANK() )Solved923Views0likes3CommentsDynamic Measure that assigns a revenue grouping based on current selection?
Hello all, I create a custom column with using a switch function (below) It works fine within the table, but when they are filtered by year, date, product type, and several other filters, they are no longer accurate as to its range. I think this is because the column created is on a per row basis, and it displays the first range from its list when summarized below. I am thinking that a measure that will dynamically change based on the current revenue total showing is superior to a calculated column. Is there a way to do this? Here is the syntax for the column created: Revenue Range = SWITCH(TRUE(), 'Data'[Revenue ($k)]<500000, "<500K", AND('Data'[Revenue ($k)]>=500000, 'Data'[Revenue ($k)]<1000000), "500K-1M", AND('Data'[Revenue ($k)]>=1000000, 'Data'[Revenue ($k)]<2000000), "1M-2M", AND('Data'[Revenue ($k)]>=2000000, 'Data'[Revenue ($k)]<3000000), "2M-3M", 'Data'[Revenue ($k)]<3000000, "<Over 3M")894Views0likes1CommentCalculate data from absolute measures
Hello, I cannot find a solution for a probably very simple question. I have a table with an absolute measure of a utility counter with the timestamp when it was measured e.g The key is that the measured value always goes up. What I would like to do is to find out information about the consumption eg how much has been consumed this month, what is the difference between months, average consumption per day etc. The timestamps are quite random and some might be missing.2.2KViews0likes7Comments