User Profile
Hikmet_JCI
Helper I
Joined 5 years ago
User Widgets
Contributions
Re: Need help matrix table
Hi. Thanks. How do I get it to display correctly when filtering in YP? As in the image: Filter 1-3 Leads are 6 in three periods, 3 periods / 6 = 2, so only L should appear in Column and not multiple times... Have Column new Column = IF( 'Table'[Lead] <= 0 && 'Table'[Quota (%)] < 0.80, "SS", IF( 'Table'[Lead] <= 0, "S", IF( 'Table'[Lead] <= 4, "L", IF( 'Table'[Lead] = 4, "S", "H" ) ) )) I need it for a table and matrix !!1.5KViews0likes2CommentsNeed help matrix table
Hello everyone Need help? I have a table with these columns: Name, FY, YP, Target, Actual, Lead and two calculated columns: Quota (%), (Actual/Target) I need a new column: WENN Lead <=0, "S" WENN Lead >0, "H" But if Lead <=0 and Quota is 0, then "SS" And I need this in a matrix that contains the S, H, and SS my table counts and displays Matrix This way, I can see how many people were in each YP S, H, or SS. And if I filter YP 1, 2, or 3, it should be added. ThanksSolved1.6KViews4likes10Comments- 1.2KViews0likes0Comments
Re: need help with >> IF ( seach or left
i need help here!!! I would have to expand this TomsNewColumn1 = IF ( LEFT ( 'Table'[Item], 2 ) = "10" || CONTAINSSTRING( 'Table'[Item Text], "tee" ), "yes", BLANK() ) what i want to do : two fixed parameters IF ( LEFT ="10" ) and item text "Black" occurs two additional variable parameters CONTAINSSTRING (Item Text "x1") or (Item Text "x2") that's not how it works : IF ( LEFT ( 'Table'[Item], 2 ) = "10" && CONTAINSSTRING( 'Table'[Item Text], "black" ) && CONTAINSSTRING( 'Table'[Item Text], "black" ) or ( 'Table'[Item Text], "black" ) "yes", BLANK() )1.2KViews0likes2Comments- 1.2KViews1like0Comments
need help with >> IF ( seach or left
Hi need a column where we searched in one column and in another column starts from the left but related to order number example : if the item text is "tee" or item starts with "10" then at order number level yes otherwise blank ?? thank you thank youSolved1.3KViews0likes7Comments
Data Privacy
Microsoft Fabric Community and Privacy
To learn more about how we manage your data, please review the Microsoft Fabric Community Data Privacy guide.