Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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 @GianlucaM ,
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 @GianlucaM ,
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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
68 | |
57 | |
55 | |
36 | |
34 |
User | Count |
---|---|
81 | |
75 | |
49 | |
45 | |
43 |