Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not applicable

Adding a measure inside a dataset for a Power BI Report Builder report

Hi,

I need to manage an existing Power BI Report Builder report.

In particular, I need to change a dataset in order to add a measure that uses the PARALLELPERIOD function in order to calculate

the previous period invoiced.

The dataset exposes the rows having an year and month period, the invoiced amount of the current period and other columns.

At this dataset I've to add a such column:
Invoiced_12m = CALCULATE(SUM(Invoices[Invoiced_amount]), PARALLELPERIOD(Invoices[Periodo], -12, MONTH)).
I've tried to use the default dataset, selecting the columns and the measures of the Invoices table, but no value is returned

for the Invoiced_12m measure. This measure cannot calculate respect to the row context.
I've tried to modify the DAX query inside dataset ( EVALUATE SUMMARIZECOLUMNS(...) ), by introducing the ADDCOLUMNS function, so to determine the Invoiced_12m measure as an added columns, but no value is returned for it.

I think that I need to change the DAX expression in order to make the measure depending on the row context of the Invoices table.

Now, any suggests to me in order to solve this issue, please?

Many thanks

 

2 REPLIES 2
Icey
Community Support
Community Support

Hi @Anonymous ,

 

Try to add measure into your visuals directly just like so:

report builer expression.gif

 

 

 

Best Regards,

Icey

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

Hi,

but the Invoiced_12m is a measure and not a calculated column added to the Power BI table.
Moreover, the value for this measure isn't calculable respect to the single row context.
Thanks

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.