Forum Discussion
Raggsokk
3 years agoFrequent Visitor
If column lower than 8
Hello I'm new to Power BI, and I'm trying to automate the correct number of Windows Server lisences we need. My report has a list of Cores, I would like to add a new column [Number of Cores of C...
- 3 years ago
Add a custom column : you will use a 'if.. then.. else' statement.
and the algorithm will be "if the column is less than 8 then 8 else the column"
I encourage you to get in there and try it.