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!