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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
iliaisyah
New Member

Convert Quick Measure Value to Column

Dear Friends,

I am totally a beginner and learn a lot from Youtube and Forum. but I have this n could not find solution

 

the situation - I have 2 columns, "fertilizer applied and Fertilizer Budget"

by using quick measure, i am able to calculate the variance as below :

1a.png

fertiliser_qty - Budget Fertilizer

Afertiliser_qty - Applied Fertilizer

Quantity variance formula = VAR __BASELINE_VALUE = SUM('GTME_data'[fertiliser_qty])
VAR __VALUE_TO_COMPARE = SUM('GTME_data'[Afertiliser_qty])
RETURN
DIVIDE(__VALUE_TO_COMPARE - __BASELINE_VALUE, __BASELINE_VALUE)

 

and my field appears the "calculator" as Fertiliser % - because using a quick measure 

1b.png

 

the problem now, i want to have this measure in a column for me to further used in the edit query to add a conditional column based on the quick measure criteria.

 

 

the intention is to further is to clasify 

if the value in variance = -100% = not applied

if in between -0% to -99% = In complete

if in the valuw is 0% - COMPLETED

if more than 0.1% to Max (positive) = Unbudgetted

 

thank you so much for your kind help as I need to submit this PBIX by 1st June. I try to google but I could not find it.

 

 

4 REPLIES 4
Ashish_Mathur
Super User
Super User

Hi,

Share the download link of your PBI file.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

That takes me to a sign-in page.  Upload the file to Google Drive/One Drive and share the download link of that file.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
lbendlin
Super User
Super User

Sorry but you cannot create columns from measures. Only the other way round.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors