Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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"}))
Is there any way to achieve the merge?
Thanks in advance for any help
Ivan
Solved! Go to Solution.
here is a workaround for you. pls see the attachment below
Proud to be a Super User!
have you created a dimension business line table? then that table can retrieve the data from two fact tables.
Proud to be a Super User!
There is only one table and one measure calculated from the table.
here is a workaround for you. pls see the attachment below
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
Proud to be a Super User!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.