The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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êsUser | Count |
---|---|
70 | |
67 | |
62 | |
48 | |
28 |
User | Count |
---|---|
113 | |
80 | |
64 | |
55 | |
43 |