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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Greenwoodr
Helper I
Helper I

Exporting data created by measures

Hi,

 

I have a calculated measure, counting the number of active supporters, which works well and returns an answer  which is realistic but unfortunatly slightly different to the answer i get directly from SQL.

 

The Id of each of these individuals is available in the model but as there are 121k I cannt see which ones as the visulisations arent designed for this.

 

Is there a way to export the results of a calculated measure into a table so I can export out of BI and compair against my SQL derived list? 

 

Result:

Capture.JPG

MEasure

Active S =
  calculate 
       (
sum('Fact All Commitments'[Conversion (Committed Giving)]), filter('Commitment Codes','Commitment Codes'[Commitment Code]="S"
|| 'Commitment Codes'[Commitment Code]="S Corpemp"), filter(all('Fact All Commitments'),
'Fact All Commitments'[Startdate <=max('Date Dimension'[Current_month_end_Date])
&& ('Fact All Commitments'[ENDDATE]>max('Date Dimension'[Current_month_end_Date])
|| 'Fact All Commitments'[ENDDATE]=blank()))
)

 

1 ACCEPTED SOLUTION
v-yulgu-msft
Employee
Employee

Hi @Greenwoodr ,

 

You could publish the report to Power BI Service, then, export the summarized data in visual which is returned by measure to Excel.

1.PNG2.PNG

 

Best regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-yulgu-msft
Employee
Employee

Hi @Greenwoodr ,

 

You could publish the report to Power BI Service, then, export the summarized data in visual which is returned by measure to Excel.

1.PNG2.PNG

 

Best regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.