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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

DASHBOARD TO MAP SALES PERSON WITH SKILL SETS WHO WILL BE SUITABLE TO SELL CERTAIN PRODUCTS

Hi All,

I am unable to think of how I can create a dashboard to show management which employees have skills to sell certain products.

 

Consider the data below as an example:

ProductRole.PNG

 

Any suggestions or pointing to link where similar scenario is addressed will be really helpful.

Regards

Rahul

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

I created a sample pbix file(see attachment) for you base on provided data, please check whether that is what you want.

yingyinr_0-1613634611146.png

Best Regards

View solution in original post

6 REPLIES 6
Anonymous
Not applicable

Hi @Anonymous ,

I created a sample pbix file(see attachment) for you base on provided data, please check whether that is what you want.

yingyinr_0-1613634611146.png

Best Regards

Anonymous
Not applicable

Hi,

 

I tried to publish the report using this measure and ran into memory issue which restrict the visual to get loaded. Is there any way I can load the matrix created in the visual in a table in the data model so that the data load is easier and uses less memory?

 

If there is any link to how can I create such table will be helpful.

Anonymous
Not applicable

Hi @Anonymous ,

Please review the method in the following link, hope it can help you.

The “Visual Has Exceeded The Available Resources” Error In Power BI

Optimize memory

Couldn't load the data for this visual Error

Best Regards

Anonymous
Not applicable

Thanks @Anonymous I will go through the links.

 

I am facing issue when I publish the report in workspace. The users are unable to see the visuals for the full dataset. They need to filter to smaller volume to visualize the data.

 

I am not facing any issue while I am visualizing in PBI Desktop.

Anonymous
Not applicable

Thanks a lot @Anonymous. The solution is very apt to my situation, as I am unable to find anyone who have all the skills needed. So I became  a bit lineant and used the last condition as :

 

IF ( _escount >= _pscount-2, "Y", BLANK () ) and able to find few Employee who have the correct skills.
 
Regards
Rahul
lbendlin
Super User
Super User

Looks pretty simple. Products require a list of skills. Find all employees that cover these lists.  Sounds like a job for INTERSECT(). (mentally translate "list" to "single column table").  You could then even be a bit lenient and show employees that only have two out of the three required skills etc.

 

Please provide sample data in usable format (not as a picture).

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.