Is it possible to display a table where the Row Labels are the Measure Names and the values are the results of the measure (see above).
Essentially I am trying to recreate the above Power BI matrix into Dundas DI, where each row is a different measure.
I am also trying to work out if it is possible to write advanced formulas without having to drag in every element into a row or column and then hide them just to get the measure to work by creating a Placeholder.
For example - for the first measure above I would write if($JobType$==Void && $JobStatus$==Complete) return $JobID$) …and then I would place a count rule on the measure.
However when I have tried to create a placeholder, it doesn’t point at the dimension in the data set, unless I drag it into a row or column
I know I can do this if I go into the Data Cube and then write a calculated element with the relevant names and rules etc. but I want to allow Power Users to also be able to write their own formulas without the need to edit a cube.
As always, any assistance with this would be great and really appreciated.
Chris