To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I want to sum value of 'Actual','Approved Budget','LE' and group by 'Funded'
Like above picture
Can anyone help me?
Solved! Go to Solution.
Hi @Magichi,
First of all you need to edit your query and unpivot the Actuals/Approved/LE columns this will give you the following setup on your table:
Next add a stacked bar chart with the following columns in each field:
Axis - Type
Legend - Funded
Value - Value
This should give you waht you need:
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @Magichi,
First of all you need to edit your query and unpivot the Actuals/Approved/LE columns this will give you the following setup on your table:
Next add a stacked bar chart with the following columns in each field:
Axis - Type
Legend - Funded
Value - Value
This should give you waht you need:
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em Português