Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
IvanS
Helper V
Helper V

Appending measure to table values

Hi guys,

 

I am trying to append measure (calculation below) to the table with values which the measure is calculated from. 

 

Achieved KPI =
DIVIDE(
CALCULATE(COUNT('CRM Report API'[TASKID]),'CRM Report API'[Reporting Status] IN {"Nr. of Completed Tasks within SLA"}),
CALCULATE(COUNT('CRM Report API'[TASKID]),'CRM Report API'[Reporting Status] IN {"Nr. of Completed Tasks within SLA", "Nr. of Completed Tasks after SLA", "Nr. of Open Overdue Tasks"}))

 

 
I need to show both table values and calculated measure in one visual. Power BI is not allowing me to add the measure into the Column section of table (only as value, but this is giving 100% for the first column and blanks for the rest of the table columns).

 

IvanS_0-1651172837017.png

Is there any way to achieve the merge?

 

Thanks in advance for any help

Ivan

 

1 ACCEPTED SOLUTION

@IvanS 

here is a workaround for you. pls see the attachment below





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

5 REPLIES 5
ryan_mayu
Super User
Super User

@IvanS 

have you created a dimension business line table? then that table can retrieve the data from two fact tables.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




There is only one table and one measure calculated from the table.

@IvanS 

here is a workaround for you. pls see the attachment below





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Thank you. Very interesting workaround solution - I hope that PBI developers will add this functionality sooner or later.

you are welcome





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors