Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Exporting underlying data to Excel only returns one aggregated number

I have a dataset that enables export of underlying data and have made a report that enables export of underlying data. The dataset has RLS on one table.   When a user exports summarized data, they ...
  • Anonymous's avatar
    Anonymous
    5 years ago

    For anyone else who has this problem, the issue was I'd moved my measures from different tables in the model to a measures table

     

    Given exporting underlying data pulls all the raw data fields in the table that the measure is in, putting measures into a measures table meant that there actually were no raw data fields

     

    Left my end-users (and me) confused but clearer now!