Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I want to show "Total Sales" and "% Variance to Budget" in a single card - ideally with %VTB as a smaller number. How can I do that in Power BI?
Solved! Go to Solution.
@jgvillo You can create a measure and append total sales and % variance. Late you can put this measure in score card and pin the same to dashboard.
For eg. M1= Function to calculte total sales & " - " & Function to calculate % variance.
Hope this works!
@jgvillo You can create a measure and append total sales and % variance. Late you can put this measure in score card and pin the same to dashboard.
For eg. M1= Function to calculte total sales & " - " & Function to calculate % variance.
Hope this works!