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,
How can I create a new column by dividing values in one column by another column? I need to account for zero values in the denominator.
Solved! Go to Solution.
DIVIDE formula should make it. simply add New Column (Modeling ribbon) and type the formula:
New Column = DIVIDE(Table1[Numerator],Table1[Denominator])
DIVIDE formula should make it. simply add New Column (Modeling ribbon) and type the formula:
New Column = DIVIDE(Table1[Numerator],Table1[Denominator])