March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi,
My dataset looks like:
I would like to "merge" realization and budget in 1 column so I can make a more beautiful visualization.
When there is a value for realization then budget is always null. And for futher months realization is null and
a value is shown for budget.
In this example today is 31-05-2022.
Thank in advance.
Solved! Go to Solution.
Hey @MauriceK ,
You can add a new column using DAX which would look like:
budget/realisation = if([budget] = 0, [realisation],[budget])
See if it caters to your requirement.
HI Solutions work for me. 😄
Hey @MauriceK ,
You can add a new column using DAX which would look like:
budget/realisation = if([budget] = 0, [realisation],[budget])
See if it caters to your requirement.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
129 | |
90 | |
75 | |
58 | |
53 |
User | Count |
---|---|
200 | |
104 | |
101 | |
67 | |
55 |