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.
Hello,
Need help in building measure from below formula :
Measure1/((Measure2+Measue3)/2)*1/3
HI @kodnil2020 ,
You can simply write a daz expression as follows:
youCaluclation = DIVIDE(Measure1, ((Measure2+Measue3)/2)*1/3, 0)
Thanks,
Pragati