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
As seen in above matrix table - im curious on how to make the final total percentages in the most bottom row show the amount increase/decrease from 2020? For eg) Card's bottom row should show 9.7% rather than 42.345. I have attached a sample dashboard with dummy data for reference:
Sample.pbix
@Anonymous
Solved! Go to Solution.
@derekli1700 , Create meausure like , Use New % in place of % measure
//Only year vs Year, not a level below
Min Year = CALCULATE(sum('Table'[Qty]),filter(ALL('Date'),'Date'[Year]=Minx(allselected('Date'),'Date'[Year])))
Max Year = CALCULATE(sum('Table'[Qty]),filter(ALL('Date'),'Date'[Year]=Maxx(allselected('Date'),'Date'[Year])))
New % = if(isinscope('Date'[Year]), [%], divide([Max Year]-[Min Year ],[Min Year ]))
Assumes you have separate date or year table
@derekli1700 , Create meausure like , Use New % in place of % measure
//Only year vs Year, not a level below
Min Year = CALCULATE(sum('Table'[Qty]),filter(ALL('Date'),'Date'[Year]=Minx(allselected('Date'),'Date'[Year])))
Max Year = CALCULATE(sum('Table'[Qty]),filter(ALL('Date'),'Date'[Year]=Maxx(allselected('Date'),'Date'[Year])))
New % = if(isinscope('Date'[Year]), [%], divide([Max Year]-[Min Year ],[Min Year ]))
Assumes you have separate date or year table
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 |
|---|---|
| 57 | |
| 38 | |
| 35 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 73 | |
| 70 | |
| 37 | |
| 35 | |
| 25 |