Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hi all!
I have Sales Value for 2016-2018 splitted into 13 periods in each year. I have calculated MAT, MAT-1 & MAT growth. using calculated measures
As I have data starting only from '2016 1', MAT growth is relevant only from '2017'17' (MAT 2017'13 divided by MAT 2016'13).
I need to filter the view, but avoid affecting the data (as if I affect it, my MAT, MAT-1 would change). See the sceen below what I need in 'from -> to' format:
https://drive.google.com/open?id=1sxOLTB72jv7bvKqG_1vZL2NE8WYU_lK5
Would need to understand your formulas but typically in these kinds of cases, you filter the visual but in your Measure formulas, you override those filters in doing your calculations by using ALL, ALLEXCEPT, etc.
Hi Greg,
Thanks for a prompt reply! Here are the formulas I use:
1) MAT Sales = SUM (Table[Sales Value])
2) Indexed: for '2016 1' is equal to 1, for '2016 2' is equal to 2, etc.
3) MAT = SUMX( FILTER(ALLSELECTED(Table), Table[Indexed] <= MAX(Table[Indexed]) && Table[Indexed] >= MAX(Table[Indexed])-12), Table[MAT Sales])
4) MAT-1 = SUMX( FILTER(ALLSELECTED(Table), Table[Indexed] <= (MAX(Table[Indexed])-13) && Table[Indexed] >= (MAX(Table[Indexed])-12-13), Table[MAT Sales])
Greg, I already use ALLSELECTED because I need to use slicer filters to modify data in other dimensions (different from time; namely: clients, products, etc). How can I adjust the formulas to hide previous time periods without affecting calculations?
So, you would filter the visual in the Filters section. Your underlying data still exists, it is just filtered out in the visual. But, as long as you write your measure formulas correctly, you can use the underlying data in your calculations. You are effectively overriding the filters on the visualization for the purposes of your calculation.
In your case you would filter your Year4wID to greater than or equal to 201713.
Check out the April 2026 Power BI update to learn about new features.
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.
| User | Count |
|---|---|
| 43 | |
| 38 | |
| 34 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 66 | |
| 65 | |
| 30 | |
| 26 | |
| 25 |