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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
sgsukumaran
Resolver II
Resolver II

Calculated table

I am trying to create a calculated table to bucket my measures for visuals. I have the budget , forecast and LY measures built already all I have to do is to show the measures in columns with labels. Any thoughts?d2c (2).png

 

 

9 REPLIES 9
sgsukumaran
Resolver II
Resolver II

@AnonymousI have the budget , forecast and LY measures built already all I have to do is to show the measures in columns with labels

Anonymous
Not applicable

@sgsukumaran

If you already have your measures, and you want to put them in a visual like Barchart, a table or a Matrix, you don't need to create a calculated table. 
Just select a table or a matrix from visualization, and drag and drop your measures to the value field. 

rKs9E.png

@Anonymous - I have measures but not atrributes as Budget forecast and ly . How can i do that?

Anonymous
Not applicable

@sgsukumarancan you tell me what you want to do? 
I can't understand what is the problem Smiley Sad

@Anonymous. I have them as individual measures but they are grouped as budget or forecast

Hi @sgsukumaran,

 

If it is convenient, please share a dummy pbix file which can reproduce the scenario and your desired output, so that we can help further investigate on it? You can upload it to OneDrive or Dropbox and post the link here. Do mask sensitive data before uploading.)

 

Best  Regards,

Cherry

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

I figured this out. I ended up creating individual measures and bucketed them using the following dax.

 

=SELECTCOLUMNS(
{("Budget", "eComm","YTD", [Revenue $'s (eComm) YTD], [eComm Budget YTD Var %])
}
, "Metric", [Value1]
, "Segment", [Value2]
, "Period", [Value3]
, "Dollars", [Value4]
, "Variance", [Value5]
)

Anonymous
Not applicable

@sgsukumaranI can't understand the question 

Greg_Deckler
Community Champion
Community Champion

Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.