Forum Discussion
Activate calculation/measure in visual table by toggle button/bookmark/slicer etc.
- 3 years ago
Anonymous,
You could try posting in the Report Server forum:
https://community.powerbi.com/t5/Report-Server/bd-p/ReportServer
If calculation groups are available in Report Server, you could create a calculation group with two calculation items: one for Hours, and one for Man Days. Alternatively, you could create a disconnected table with two rows (one for Hours, and one for Man Days) and use DAX to display the selected value.
Anonymous,
Have you tried a fields parameter? It allows the user to select the field to display in visuals.
https://learn.microsoft.com/en-us/power-bi/create-reports/power-bi-field-parameters
Hi Super User,
Thanks for the fast reply, unfortunately the feature Modeling tab and select New parameter > Fields.
is not supported by Power BI Report Server.
Do you have another suggestion?
Best
Nici
- DataInsights3 years ago
Super User
Anonymous,
You could try posting in the Report Server forum:
https://community.powerbi.com/t5/Report-Server/bd-p/ReportServer
If calculation groups are available in Report Server, you could create a calculation group with two calculation items: one for Hours, and one for Man Days. Alternatively, you could create a disconnected table with two rows (one for Hours, and one for Man Days) and use DAX to display the selected value.