summerizecolumn
3 TopicsSummerize an virtual table in a measure
Hi guys, I wanna write a measure, in which I create a virual table, then summarize that virtual table with sum aggregation and at the end I use one of that summarized table to make my measure! How could I write such a measure? Many thanks in advanceSolved641Views0likes1Commentone slicer for multiple columns to find a specific combination of skills
Hi Everybody, I want to develop one slicer for this, based on a selection of 3 different skills, to find the right person who has all the selected skills, regardless of the column in which this skill is placed. I have tried several things, but I keep not getting the desired result and keep falling into the same 2 situations: When selecting, for example: I have "Analytical ability" & "Integrity", I find all persons who possess "Analytical ability" OR "Integrity" instead of the persons "Analytical ability" AND "Integrity" The tables and graphs shoot at BLANK and no longer display data, while I have made a selection of skills that I know that this combination does exist. I have the following data: Medewerker Skill 1 Skill 2 Skill 3 Arjan Environmental Awareness analytical ability Joost Environmental Awareness analytical ability Integrity Edwin Leadership Organizational oriented governance Motivating Gerrit Anticipation Leadership Integrity Ine analytical ability Integrity Development specialist Alex Leadership Development specialist Quick learner Inge sensitivity Quick learner Organizational oriented governance Ingrid Network skills analytical ability So: - When I select "Analytical ability", I only want to see Arjan, Joost, Ine and Ingrid. - When I select "Analytical Ability" & "Integrity", I only want to see Joost and Ine - When I select "Analytical Ability" & "Integrity" & "Environmental Awareness", I only want to see Joost - When I make a selection of 3 skills of which the combination (regardless of the order of columns) does not exist, I do not want to see anyone. à Example: Anticipation & Network Skills & Integrity = No result Ideally I would like one slicer in which I can make a selection of 3 skills that only show me the people who have a combination of all these 3 skills. The slicer must therefore exclude people who do not meet my selected skills. In addition, it should also not matter whether in which columns the skills are located to find the right person. If it is not possible to fit this in one slicer, it is also no problem if I always select one skill via 3 separate slicers. It is important that I can find a combination of skills, regardless of which column these skills are placed in. Thanks!Solved1.6KViews0likes4CommentsCREATE A NEW TABLE OF LAST 3 MONTHS
Hi all, I try this DAX to create a new table of last 3 months but it does not work correctly. SUMMARIZECOLUMNS(table[channel], table[Cust code], table[Item code], "Sales",CALCULATE(SUM(table[Sales]),DATESINPERIOD(table[date],LASTDATE(table[date]),-3,MONTH))) Please help!!!!!!!!!!!1.1KViews0likes2Comments