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

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.

Reply
Mani1205
Helper II
Helper II

Export a detailed data from a card to excel ( not summarized )

Hi Experts,

 

I have created a measure using it in a card ( like covered orders and not covered orders ) and i wanted to export covered orders & not covered orders from that card - is it possible 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Mani1205 

Please correct me if I wrongly understood your question.

I create a data table like this :

Ailsa-msft_0-1619601468397.png

And create two measures to count the number of covered and uncovered , then use two measures in card visual .

count of uncovered = CALCULATE(COUNTA('Table'[Status]),FILTER('Table','Table'[Status]="uncovered"))

count of covered = CALCULATE(COUNTA('Table'[Status]),FILTER('Table','Table'[Status]="covered"))

Ailsa-msft_1-1619601468397.png

When I export the data in card visual , the effect is as shown , so card visual cannot export the data you want .Maybe you can create a table visual and add the fields you want ,then to export the data .

Ailsa-msft_2-1619601468398.png

 

Best Regards

Community Support Team _ Ailsa Tao

 

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

2 REPLIES 2
Anonymous
Not applicable

Hi @Mani1205 

Please correct me if I wrongly understood your question.

I create a data table like this :

Ailsa-msft_0-1619601468397.png

And create two measures to count the number of covered and uncovered , then use two measures in card visual .

count of uncovered = CALCULATE(COUNTA('Table'[Status]),FILTER('Table','Table'[Status]="uncovered"))

count of covered = CALCULATE(COUNTA('Table'[Status]),FILTER('Table','Table'[Status]="covered"))

Ailsa-msft_1-1619601468397.png

When I export the data in card visual , the effect is as shown , so card visual cannot export the data you want .Maybe you can create a table visual and add the fields you want ,then to export the data .

Ailsa-msft_2-1619601468398.png

 

Best Regards

Community Support Team _ Ailsa Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@Mani1205 , for that, create a drill-through report and use that for export

https://www.youtube.com/watch?v=NVGjthYx_4Q

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
May PBI 25 Carousel

Power BI Monthly Update - May 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

May 2025 Monthly Update

Fabric Community Update - May 2025

Find out what's new and trending in the Fabric community.