Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now

Reply
krixtsup3r
Helper V
Helper V

Filtering/Slicer Suggestion

Hi All, can I get some suggestion on how can I accomplish this. The scenario is that I have two columns in a table and I want to create a table visual that would create an inclusion or exclusion list. The sample data is user_id & project_id.

 

Creating inclusion list of users is easy as I you can use slicers and select the project_id but I am having a hard time to create an exclusion list of users, these are users that doesn't have a project id. Example scenario below and how the output should look like:

   Selected project_id Selected project_id
   1 1
user_idproject_id Inclusion List Exclusion List 
A11 A1 A3
A21 A2 A4
A12    
A32    
A13    
A23    
A44    
A14    

 

Do I need to create a DAX formula for this or is this something I need to do in Power Query?

1 ACCEPTED SOLUTION
ThxAlot
Super User
Super User

Exclusion.pbix

 

First of all, PQ doesn't interact with viz canvas at all; any change on report / data / model view doesn't influence PQ.

 

As to your question, it's fairly easy

ThxAlot_1-1685076990996.png



Expertise = List.Accumulate(


        {Days as from Today},


        {Skills and Knowledge},


        (Current, Everyday) => Current & Day.LeanAndPractise(Everyday)


)



View solution in original post

2 REPLIES 2
ThxAlot
Super User
Super User

Exclusion.pbix

 

First of all, PQ doesn't interact with viz canvas at all; any change on report / data / model view doesn't influence PQ.

 

As to your question, it's fairly easy

ThxAlot_1-1685076990996.png



Expertise = List.Accumulate(


        {Days as from Today},


        {Skills and Knowledge},


        (Current, Everyday) => Current & Day.LeanAndPractise(Everyday)


)



Awesome! Thank you!

Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

Find out what's new and trending in the Fabric Community.

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.

Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

Check out the November 2024 Power BI update to learn about new features.