Forum Discussion
Heinrich
2 years agoPost Partisan
Slicer for text
Hello I have a table that has following Data Column A = Company Column B = Old Version or New Version Column B is Text This table is displayed in Power BI Desktop I would like to do a sli...
- Anonymous2 years ago
Hi Heinrich ,
Try the following table expression:
Table 2 = ADDCOLUMNS('Table',"Old Version",CALCULATE(COUNTAX('Table','Table'[UPN]),FILTER(ALLEXCEPT('Table','Table'[Company]),[Version]="Old")), "New Version",CALCULATE(COUNTAX('Table','Table'[UPN]),FILTER(ALLEXCEPT('Table','Table'[Company]),[Version]="New")))Hope it helps!
Best regards,
Community Support Team_ Scott ChangIf this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Heinrich
2 years agoPost Partisan
Hello
Fantastic work.
Would it be possible to have a slicer of total "Old Version" + "New Version".
Regards
Heinrich