March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Name | Skills |
Mahesh | Power BI, Cognos, Tableau |
Saravan | Tableau, Cognos |
Raju | Power BI, MSBI |
Nagesh | MSBI, Tableau |
Ravi | Tableau, Power BI |
Requirement is to know get the number of users having the each skill Power BI , Tableau, MSBI, Cognos. Need to be shown data in bar char or Pie chart
Solved! Go to Solution.
Hey @Anonymous ,
here you will find a pbix that contains a solution that does rely on data modeling instead of using DAX: https://tommartens-my.sharepoint.com/:u:/g/personal/tom_minceddata_com/EZ1UYqubNL5OrQP-VIdgBEsBF93buB8kEzbOZhVW35sslA?e=Zj62yj
I created a second table using Power Query that looks like this:
Then I creatd a Many-To-Many relationship between both tables like so:
This data model allows to create the visuals you mentioned:
Hopefully this provides what you are looking for.
Regards,
Tom
Hi @Anonymous ,
You could use split the "Skills" column and unpivot new columns in the query editor.
Then use "trim" to remove blank value.
Here is the result.
Here is my test file for your reference.
Hey @Anonymous ,
here you will find a pbix that contains a solution that does rely on data modeling instead of using DAX: https://tommartens-my.sharepoint.com/:u:/g/personal/tom_minceddata_com/EZ1UYqubNL5OrQP-VIdgBEsBF93buB8kEzbOZhVW35sslA?e=Zj62yj
I created a second table using Power Query that looks like this:
Then I creatd a Many-To-Many relationship between both tables like so:
This data model allows to create the visuals you mentioned:
Hopefully this provides what you are looking for.
Regards,
Tom
@Anonymous,
Please check this DAX function - https://docs.microsoft.com/en-us/dax/containsstring-function-dax
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
114 | |
76 | |
57 | |
52 | |
44 |
User | Count |
---|---|
168 | |
116 | |
63 | |
57 | |
50 |