Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Dear colleagues;
As per the picture below i would like to have "% of Realisation"
Please could you help me with DAX mesure that i can use?
Thank you
Solved! Go to Solution.
hi, @dofrancis3 
make new column
%palnned = 
DIVIDE('Table'[realisation],'Table'[planned])
make new column
%realisation = 
1-('Table'[%palnned])
and change them to percantage
 
					
				
		
Hi @dofrancis3 ,
Did the above suggestions help with your scenario? if that is the case, you can consider Kudo or Accept the helpful suggestions to help others who faced similar requirements.
If these also don't help, please share more detailed information and description to help us clarify your scenario to test.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
hi, @dofrancis3 
make new column
%palnned = 
DIVIDE('Table'[realisation],'Table'[planned])
make new column
%realisation = 
1-('Table'[%palnned])
and change them to percantage
 
					
				
				
			
		
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
 
            | User | Count | 
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | 
| User | Count | 
|---|---|
| 23 | |
| 12 | |
| 11 | |
| 10 | |
| 9 |