Forum Discussion
Issue with "Underlying Data Export ".
Hi collinq ,
I am trying to extract data from a table. The table contains Customer name, Year Month, and some measures (below screenshot). When I try to export “Underlying data ” from the table visual, it only exports the overall measure value and not the underlying data which are connected to it.
EXPORTED FROM :
EXPORTED RESULT
DATA MODEL
Hi Anonymous ,
Thanks for the diagram. I can't recreate the problem. In my tests, it is working fine and as expected. Would you be willing to put the file in a file share somewhere and let me access it and see what I can do? I test with and without filters, with and without the sum field (fyi - without the summation field [the 5469] being in the aggregration, you can't do underlying data).
- Anonymous5 years agoNot applicable
Hi collinq ,
You can download the sample file from the below link :
https://drive.google.com/drive/folders/1RbGMnr1xTICDDff7Jh6jJwmO14zsHTDN?usp=sharing
Br,
Ankita
- collinq5 years ago
Super User
Hi Anonymous ,
I received your file and tested it and got the exact same result, initially. So, the good news is that it was replicated easily for the result. The bad news is that this is not what we wanted. So, I dug in a bit more and discovered some documentation that seemed to indicate that this was what should be expected (not by me or by you but by design 🙂 ).
Specifically, I saw this comment:
"What you see when you select Underlying data can vary. "
If a visual contains Aggregates, you will see "the first aggregate and non-hidden data from the entire table for that aggregate" and then all of these for "measures"
Visual contains What you'll see in export Measures* all measures in the visual and all measures from any data table containing a measure used in the visual Measures* all non-hidden data from tables that contain that measure (as long as that relationship is *:1 or 1:1) Measures* all data from all tables that are related to table(s) containing the measures via a chain of *:1 of 1:1) Measures only all non-hidden columns from all related tables (to expand the measure) Measures only summarized data for any duplicate rows for model measures Sooooo, I changed it up a bit and got the summary number WITHOUT using your "Total Calls" measure. And, it worked fine for a full underlying data export. In this file, YOUR initial box is on the left, my version on the right. I have placed the full export and the file here for you:
- Anonymous5 years agoNot applicable
Hi collinq ,
Thank you so much for putting your inputs. So do you mean in this case the below condition is applicable ?
Measures * All measures in the visuals and all measures from any data table containing a measure used in visual.
Although I want to use measures as a calculation in a table ( and do not want to aggregrate a columnin the table).
Thanks !