The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi Community
I would like to create an Pacing% Measurement which calculates based on the related revenue type. For example:
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