Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi,
I trying to do something which I was easily able to when I was using an excel as a data source but now we are using live data from the database and I really need some help.
I am trying to get a similar layout which I had when using excel sheet (these were different columns in my excel sheet so it was easy to create individual visual cards)
This is the output from the database - I have to get this using two tables
1. Roles = names
2. Prsn_ID = Counts of those roles.
I really cant figure out how to have an individual visual card for each role and have the count for it like I could when my data source was just an excel sheet. Maybe need to create a measure? any suggestions and details on how to achieve this.
Solved! Go to Solution.
Hi @Anonymous
I don't think that you will need to create measures to achevie what you have explained in you post.
You can see the solution demonstration below.
If this helped you, please mark this post as an accepted solution and like to give KUDOS .
Regards,
Affan
Hi @Anonymous,
For measures, you can try this:
Athletes =
CALCULATE (
COUNT ( table[Prsn_ID] ),
FILTER ( table, table[Roles] = "Athletes" )
)
Best regards,
Yuliana Gu
Hi @Anonymous
I don't think that you will need to create measures to achevie what you have explained in you post.
You can see the solution demonstration below.
If this helped you, please mark this post as an accepted solution and like to give KUDOS .
Regards,
Affan
Hi Rexra,
See these images and tell us if works for you.
This would be amazing if I can display the data like this...It is exactly how Im trying to display them individually in boxes
What would I need to do for this?
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 49 | |
| 44 | |
| 42 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 72 | |
| 68 | |
| 33 | |
| 33 | |
| 31 |