Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
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
I need your help to solve a problem. I have tried various solutions that I have read on the forums but that does not help me.
I have this kind of data :
Several references belonging to the same team and with the same number.
Dont add all numbers but only 1 times by ID
And I would like to get this kind of results via a matrix.
thank you in advance for your help.
Solved! Go to Solution.
Hi @Milozebre,
You can create a calculated table to list all distinct ID, Team values:
Table = SUMMARIZE('Table1',Table1[ID],'Table1'[Team],"Value",MAX('Table1'[NUMBER]))
Then drag that [ID] and [Team] to matrix Row group, [Value] to Values.
Best Regards,
Qiuyun Yu
Another option is to use the Query Editors remove duplicates function. Just select the 4 columns and click remove duplicates
Hi @Milozebre,
You can create a calculated table to list all distinct ID, Team values:
Table = SUMMARIZE('Table1',Table1[ID],'Table1'[Team],"Value",MAX('Table1'[NUMBER]))
Then drag that [ID] and [Team] to matrix Row group, [Value] to Values.
Best Regards,
Qiuyun Yu
First thank you for your reply.
This is exactly the result I was hoping for.
I hadn't thought of SUMMARIZE 😞
I realize that I still have some way to go 🙂
A big thank-you
Another option is to use the Query Editors remove duplicates function. Just select the 4 columns and click remove duplicates
Thank you for your reply
Two solutions 🙂
I am a taker because I am fond of learning and I realize that with the many features of Power Bi and DAX, I have enough to take care of for a long time 🙂
Thank you
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHI MFelix,
Thank you for your reply.
I have already tried but it doesn't work.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsIf 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.
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
| User | Count |
|---|---|
| 47 | |
| 44 | |
| 40 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 70 | |
| 68 | |
| 32 | |
| 27 | |
| 25 |