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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Anubis0815
Frequent Visitor

Measurement Calculation based on different Buy-Types

Hi Community

 

I would like to create an Pacing% Measurement which calculates based on the related revenue type. For example:

 

Pacing% = IF(LineData[Revenue-Type]="VCPM";
DIVIDE([Helper:Viewable-Imps];[Expected Budget]);
IF(LineData[Revenue-Type]="CPC";
DIVIDE([Helper:TotalRevenue];[Expected Budget]);
IF(LineData[Revenue-Type]="CPCV";
DIVIDE([Helper:TotalRevenue];[Expected Budget]);0)
))
 
But this if statements don't work on measurements just on custom columns. But the results in columns are static and wrong.
Does someone of you have an idear how to solve this smart?
 
THX,
Christian
2 REPLIES 2
Mariusz
Community Champion
Community Champion

Hi @Anubis0815 

How about just use.

DIVIDE( [Helper:TotalRevenue]; [Expected Budget] )

Use LineData[Revenue-Type] as a table column or Slicer

Regards,
Mariusz

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

 

 

Hi Marisz,

 

yes that works but just for one case. But In my data I have a lot of variations "Revenue Types" which needs different calculations. That is the reason why I would like to use if statements but this seems is not working with measurements.

 

Best,

Christian

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 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.