Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hello,
I have a matrix that I am trying to change to meet a particular format. What I would like is to show:
Cases
18/19/20
Then
Margin
18/19/20
then Avg/Case
18/19/20
Is there a way to adjust this?
Solved! Go to Solution.
Hello @Anonymous
This is not currently available although there is at least one submitted idea for it that you can vote for.
The workaround is to create filtered measures so you would have three measures for each group and you would add each to the matrix in the order you wanted.
2018 Cases = CALCULATE ( [Cases], KEEPFILTERS ( Dates[Fiscal Year] = 2018 ) )2019 Cases = CALCULATE ( [Cases], KEEPFILTERS ( Dates[Fiscal Year] = 2019 ) )2020 Cases = CALCULATE ( [Cases], KEEPFILTERS ( Dates[Fiscal Year] = 2020 ) )
etc.
Not ideal but it will work.
Hello @Anonymous
This is not currently available although there is at least one submitted idea for it that you can vote for.
The workaround is to create filtered measures so you would have three measures for each group and you would add each to the matrix in the order you wanted.
2018 Cases = CALCULATE ( [Cases], KEEPFILTERS ( Dates[Fiscal Year] = 2018 ) )2019 Cases = CALCULATE ( [Cases], KEEPFILTERS ( Dates[Fiscal Year] = 2019 ) )2020 Cases = CALCULATE ( [Cases], KEEPFILTERS ( Dates[Fiscal Year] = 2020 ) )
etc.
Not ideal but it will work.
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 |
|---|---|
| 51 | |
| 37 | |
| 35 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 70 | |
| 65 | |
| 39 | |
| 33 | |
| 23 |