Forum Discussion
Aucesar
Helper III
3 years agoScalar Value, dealing with text convert DAX Table to Measure
Hi Community, I could create a table with this: NewTable = SUMMARIZE(tableA, TableA[Shift1], "NewColunm", DISTINCTCOUNT(TableA[ProductionBtach])) Everithing good, but when I tried to use ...