Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
| Mese | Rank index.Zona Committente | Business | Valore | Kind | First Characters | Custom | Month | Product hierarchy |
| GIUGNO | VENDITE S/C ITALIA | SENSORI (SENSORS) | € 1.520.000,00 | F'CST -0 | Jun | 23 | 01-Jun-23 | SC12SE30507 |
| AGOSTO | VENDITE S/C ITALIA | SENSORI (SENSORS) | € 650.000,00 | F'CST -1 | Aug | 23 | 01-Aug-23 | SC12SE30507 |
| GIUGNO | VENDITE S/C ITALIA | SENSORI (SENSORS) | € 1.560.000,00 | F'CST -1 | Jun | 23 | 01-Jun-23 | SC12SE30507 |
| SETTEMBRE | VENDITE S/C ITALIA | SENSORI (SENSORS) | € 1.650.000,00 | F'CST -2 | Sep | 23 | 01-Sep-23 | SC12SE30507 |
| AGOSTO | VENDITE S/C ITALIA | SENSORI (SENSORS) | € 525.000,00 | F'CST -2 | Aug | 23 | 01-Aug-23 | SC12SE30507 |
| GIUGNO | VENDITE S/C ITALIA | SENSORI (SENSORS) | € 1.560.000,00 | F'CST -2 | Jun | 23 | 01-Jun-23 | SC12SE30507 |
Hi,
i'm working on a table where I have to collect different version of a forecast and store just the last updated, which, on a rolling month base, is suppose to be updated .
To do this i've written this measure
How can I re-write the measure to make it works on an agregate (quarterly) level? What I expect is to have a total of QTR 3 of 740+1301+1417
Solved! Go to Solution.
Hi @Anonymous ,
According to your description, here are my steps you can follow as a solution.
(1) My test data is the same as yours.
(2) We can create a new measure.
fact_ = var _a=SUMX(VALUES('FCST'[Month]),[FCST*])
return
IF(_a = BLANK(),0,_a)
(3) Then the result is as follows.
If the above one can't help you get the desired result, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. Thank you.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you so much @Anonymous , very brilliant work around
Hi @Anonymous ,
According to your description, here are my steps you can follow as a solution.
(1) My test data is the same as yours.
(2) We can create a new measure.
fact_ = var _a=SUMX(VALUES('FCST'[Month]),[FCST*])
return
IF(_a = BLANK(),0,_a)
(3) Then the result is as follows.
If the above one can't help you get the desired result, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. Thank you.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you so much @Anonymous , very brilliant work around
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 64 | |
| 63 | |
| 49 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 121 | |
| 118 | |
| 38 | |
| 36 | |
| 29 |