Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
Hello everyone,
For a requirement the user wants to see several metrics dissagregated per week, so I used a matrix to achieve it and it works ok. However the user also wants to see general metrics in the same matrix that are not dessagregated per week.
Do you know how can I achive that?
I appreciate your help.
Regards
Thank you @Anonymous ,
Let me explain better, the idea is to join these two table in a single one:
I appreciate your ideas.
Regards.
Hi @sandraCortes ,
I created some data:
It's not very clear about your data, I created the data myself to describe.
Here are the steps you can follow:
Way1:
You can just create a calculated column for Week.
Week = WEEKNUM('Table'[Date],2)
By placing them in the matrix field in the form of pictures, they can be grouped and compared:
Way2:
You can create two measure to place in Values
Dissagregated =
COUNTX(
FILTER(ALL('Table'),'Table'[Week]=MAX('Table'[Week])&&'Table'[general]="dissagregated"),[Week])Not dissagregated =
COUNTX(
FILTER(ALL('Table'),'Table'[Week]=MAX('Table'[Week])&&'Table'[general]="not dessagregated"),[Week])
If it doesn't meet your desired outcome, can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data. We can better understand the problem and help you.
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
@sandraCortes That's The New Hotness...unfortunately. The New Hotness (Custom Matrix Hierarchy) - Microsoft Fabric Community
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 |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |