Forum Discussion
replace calculated column with measure
- 6 years ago
Hi bsheffer ,
'Column series' label can not add a measure, so you need to remodel in the original dataset, and then reconnect this dataset in the new .pbix file.
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
Share some data and show the expected result.
- bsheffer6 years agoContinued Contributor
type, account, date_opened, age_of_account
house, 11, 2020-01-01, "1-30 days" -> less than 70 days
business, 12, 2020-01-30, "1-30 days" -> less than 70 days
house, 13, 2020-03-05, "60-70 days" -> less than 70 days
house, 14, 2020-05-05, > "than 70 days" -> more than 70 days
age_of_account is the calculated bin column
want to change the bins as listed
and then want to put into line and stacked column chart with
month(date_opened) as the shared axis
age_of_account as the column series
count of accounts as the column values
however it isn't letting me put the measure in the column series position.
I don't have the option to create a table or a calculated column
- Ashish_Mathur6 years agoSuper User
Hi,
I really do not understand. Share data in a format that can be pasted in an MS Excel workbook. Also, show the expected result clearly in a Table format.
- v-lionel-msft6 years agoCommunity Support
Hi bsheffer ,
'Column series' label can not add a measure, so you need to remodel in the original dataset, and then reconnect this dataset in the new .pbix file.
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.