Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Missing measures in Paginated reports

I have imported one of my published PBI reports to the PBI Report builder tool. In this tool I have created a Dataset1 (on the right) with a couple of measures. But when trying to build an actual rep...
  • d_gosbell's avatar
    4 years ago

    The measures are not missing, they have just been renamed. Column names in Report Builder datasets do not support an number of characters like spaces, punctuation characters and things like % and the query designer will do a mapping of the columns names coming from the query to ones using characters it supports.

     

    So your measure "BM% MTD" has been renamed to "BM__MTD" (notice that there are 2 _ characters, one replacing the % character and one replacing the space. If you want you can go into the Fields tab in the dataset and adjust these names to make it clearer. (eg you could rename BM__MTD to BM_pct_MTD)