Forum Discussion
Cannot add a column to tooltips field
Any solutions for this? I am also having the same issue.
Hi Anonymous unfortunately it was not. This was the response I received from them.
-----------------------------------------------------------------
Cx has created a report using dataset connector in Power BI desktop ( Datasource of dataset: SSAS Live connect ) and when cx try to use the Visual tooltips and drag the column in the Tooltip field, it doesn't accept any column. We also tested directly by opening the dataset report pbix file and tried to use the visual tooltips but it doesn't accept any column.
This behavior is by design. This data model does not provide an option to convert category fields into measure by automatically applying an aggregation. We don’t allow aggregates over columns in several different situations (SSAS Multidimensional models, SSAS Tabular with calculation groups, DQ to SAP HANA or SAP BW). Column aggregates may have performance issues (MD models), may have unexpected semantics (calculation groups), or may simply fail (DQ to SAP).
Here you need to work around this by writing a measure that returns the text value that you like to display
-----------------------------------------------------------------
Sorry I couldn't be of much help.