Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
MauriceK
Frequent Visitor

how to merge budget and realization in one colums

Hi,

 

My dataset looks like:

 

MauriceK_0-1655285982768.png

 

 

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.

 

MauriceK_1-1655286460287.png

 

Thank in advance. 

 

1 ACCEPTED SOLUTION
PC2790
Community Champion
Community Champion

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.

View solution in original post

2 REPLIES 2
MauriceK
Frequent Visitor

HI Solutions work for me. 😄

PC2790
Community Champion
Community Champion

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.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.