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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Anonymous
Not applicable

Create New table with values from measures

Hello!

 

Is it posible to create a new table with values from measures? 

 

The values in the matrix is what I want to get as a result

Capture2.PNG

However, Im getting the sum of the value for every measure for the entire data set.

Im getting trouble how to filter or put a variable in each column to get the appropiate result.

 

Capture1 .PNG

 

The measures are basically deltas from a data of accounting concepts in different scenarios and companies 

 

Thanks!

4 REPLIES 4
Anonymous
Not applicable

Thanks for repliying.

What Im trying to do is to create a Water Fall chart with values from calculated measures, and since that is no possible (I beleave), I though I could transform/create a table from measures, in a way that I could arrange the columns of the matrix chart, to make a waterfall chart work. I think I'm headding to a dead end point.

Hi @Anonymous ,

 

Could you tell me if your problem has been solved? If it is, kindly share your solutions. More people who encounter the same issue will benefit from here. If you are still confused about it, please share more details to us. 

 

For the difference between calculted columns and measures, please take a look at the blog:

Calculated Columns and Measures in DAX 

 

Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi @Anonymous ,

 

As you tried, the results will show the total values of measures while creating tables using them. What effect do you want to show in water fall visual? You could share some sample data and expected output. Maybe we can find a workaround to implement it. 

 

Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
amitchandak
Super User
Super User

@Anonymous , you can use summarize to create a table with the measure included. But what is the need.

 

Summarize and values can also be used to force row context if needed

like

new Measure = sumx(Summarize(Table, table[ID], "_1",[EBITA]),[_1])  // EBITA will calculted at ID level and then summed up

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.