column selection
6 TopicsCreating Dynamic Slicers in Power BI Based on Column Selection
I have a table named Submission_Models with columns: Market, Finance Mapping, and HC. I want to create two slicers in Power BI: 1. Column Slicer: This slicer will allow users to choose between columns Market and Finance Mapping from the Submission_Models table. 2. Value Slicer: This slicer will display the unique values from the column selected in the Column Slicer.Solved1.1KViews0likes4CommentsHow can I Create multiple columns selection in Power BI
Hi Everyone, I want to provide end user the option to select any column, for example we've sales and want to see sales by Country, State or Customer so that user can select any column that we've added from a single selection. Thanks,3.2KViews0likes15Commentsone 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.6KViews0likes4CommentsCreating one slicer as a search tool for data derrived from multiple columns
Hi Everybody, I am working on a function in which team-managers should be able to search people based on their position and certain skills they possess in order to match people to the open position for which they search new people. I get my data from an Excel sheet and it looks like this: Employee Position Skill 1 Skill 2 Skill 3 1 Asset manager Netwerken aansturen Motiveren 2 Asset manager Anticiperen Samenbindend leiderschap Verbindend Leiderschap 3 Policy director Analyserend vermogen Integriteit Ontwikkelen medewerkers 4 Policy director Motiveren Netwerken aansturen 5 Asset manager Motiveren Netwerken Integriteit I want to create 1 slicer that helps to find the combination of skills that the team-manager wants. So, if I select 'Netwerken', 'Aansturen' & 'Motiveren', I only want to see this combination (underscored for employee 1 and 4) of skills. also it shouldn't matter in what order the skills are handed to me, as examplified in the table above. Currently, if I make this selection, I get results for all people that possess one of these skills, but not the selectoin of these skills combined, which causes me to find a lot of people that don't have the combination of the skillls I am searching for. I tried various things with DISTINCT and UNION formulas, but so far I wasn't able to get the correct result. Do you have some advice for me? Thanks!852Views0likes3CommentsSubtracting Calculated Columns from Each Other
I have absence data: ID Start End Duration Days in Month Working Days Leave Entitlements Days Available Absence Net 727 02/01/2019 07/01/2019 6 31 23 2.5 20.5 6 14.5 727 10/03/2020 11/03/2020 2 31 22 2.5 19.5 2 17.5 1150 03/06/2019 07/08/2019 66 30 20 2.5 17.5 7 -48.5 1150 03/06/2019 07/08/2019 66 30 20 2.5 17.5 31 -48.5 1150 03/06/2019 07/08/2019 66 30 20 2.5 17.5 28 -48.5 Where I'm subtracting [END] - [START] = Duration and then subtracting the ABSENCE from this. However for periods longer than 1 month it groups the total (66 days) rather than individual days (7,31,28) is there a way to get it so the chart is like: ID Start End Duration Days in Month Working Days Leave Entitlements Days Available Absence Net 727 02/01/2019 07/01/2019 6 31 23 2.5 20.5 6 14.5 727 10/03/2020 11/03/2020 2 31 22 2.5 19.5 2 17.5 1150 03/06/2019 07/08/2019 66 30 20 2.5 17.5 7 10.5 1150 03/06/2019 07/08/2019 66 30 20 2.5 17.5 31 -13.5 1150 03/06/2019 07/08/2019 66 30 20 2.5 17.5 28 -10.5 PBIX attached for better explanation . https://www.dropbox.com/s/zjizlyun1nuur15/Sample%20Absence.pbix?dl=0875Views0likes1CommentPercentileX.INC calculate percentile based on columns in table visual
Hello. Similar to how measures change values based on columns selected in a table visual, I was wondering if theres a way to not specify a particular column in the percentilex.inc function, and have the dimension over which the percentiles are calculated to be based on the columns present in a table visual? This avoids having to create multiple measures that are very similar, except for the difference in column. Greatly appreciate your help, thanks!1.1KViews0likes0Comments