Forum Discussion
Use DAX expressions to set parameters?
- 6 years ago
Hey,
PowerQuery queries are creating the "1st level" of the data model, the "2nd" level is created by something than can be considered as model processing, this "materializes" all the calculated column that have been added using DAX.
Finally a user interacts with the model (2nd level) by selecting values from a slicer, etc ...
These interactions can not be passed down to the levels that have been creating the data model. This explains why a measure can not be used inside a calculated column. From a technical point of view this is possibel, but the value of the calculated column will not change if the the measure will change, e.g. by a user interaction with the data model.
Regards,
Tom
Hello everyone and thank you in advance for the help.
My question is related.
Sometimes,for decision of the management of a company they want to create different Reporting Database in a different SQL database for similar data, for this reason in Powerbi you need sometime to create different group of parameters where the name of the fields are perfectly the same.
Is possible with Dax to change the description inside the parameter so you don't need to create a group of parameters for each single different table in the SQL database, where the fields name are perfectly the same?