Forum Discussion
sdhn
Responsive Resident
4 years agodivide C /D.
Hi All,
Simple thing but getting erros. Still learning DAX,
I have two columns in same table.
Wants to divide C /D.
help will be appreciated. Thanks
Hi,
Please check the below pictures and the attached pbix file.
Those are for creating a calculated column and a calculated measure.
2 Replies
- Jihwan_Kim
Super User
Hi,
Please check the below pictures and the attached pbix file.
Those are for creating a calculated column and a calculated measure.
- smpa01
Community Champion
NewColumn= DIVIDE(tbl[columnC],tbl[columnD])