Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello,
First post here. Tried to find answer, but no luck. I have a column labeled "Frequency" with entries of "Every Month" "Every two weeks" and "Every week." In addtion I have a revenue column named "Amount".
What I want to do is create a column for "Expected Monthly Revenue" where:
Expected Monthly Revenue = If Frequency = Every Month, then = Amount,
If Frequency = Every two weeks, then = 2*Amount,
If Frequency = Every week, then = 52*Amount/12
I have tried in the Query Editor with Conditional column, but couldn't put a formula for result.
Then I've tried with calculated column, but can't find the right DAX syntax to get down to the specific entries in "Frequency" column.
Many thanks in advance
Solved! Go to Solution.
Nevermind. Got it! 🙂
@Anonymous wrote:Hello,
First post here. Tried to find answer, but no luck. I have a column labeled "Frequency" with entries of "Every Month" "Every two weeks" and "Every week." In addtion I have a revenue column named "Amount".
What I want to do is create a column for "Expected Monthly Revenue" where:
Expected Monthly Revenue = If Frequency = Every Month, then = Amount,
If Frequency = Every two weeks, then = 2*Amount,
If Frequency = Every week, then = 52*Amount/12
I have tried in the Query Editor with Conditional column, but couldn't put a formula for result.
Then I've tried with calculated column, but can't find the right DAX syntax to get down to the specific entries in "Frequency" column.
Many thanks in advance
Nevermind. Got it! 🙂
@Anonymous wrote:Hello,
First post here. Tried to find answer, but no luck. I have a column labeled "Frequency" with entries of "Every Month" "Every two weeks" and "Every week." In addtion I have a revenue column named "Amount".
What I want to do is create a column for "Expected Monthly Revenue" where:
Expected Monthly Revenue = If Frequency = Every Month, then = Amount,
If Frequency = Every two weeks, then = 2*Amount,
If Frequency = Every week, then = 52*Amount/12
I have tried in the Query Editor with Conditional column, but couldn't put a formula for result.
Then I've tried with calculated column, but can't find the right DAX syntax to get down to the specific entries in "Frequency" column.
Many thanks in advance
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 158 | |
| 132 | |
| 116 | |
| 79 | |
| 54 |