Forum Discussion
Spilt the Columns in Power bi Table
Vijay_A_Verma wdx223_Daniel Anonymous hi i have created dimension table for split data
could you please sujjest new column(Term_Text coumn ) for display vol,invol,and blank data.
- Vijay_A_Verma4 years ago
Most Valuable Professional
Method will stay the same. There is no change in that.
- Mahamood02184 years ago
Helper II
Vijay_A_Verma in above pic i have created Dimension table so we can try with coding is it possible?
- Mahamood02184 years ago
Helper II
Vijay_A_Verma when i try with as your sujjestion data is divided (i got the my requirment) but when i apply and close in transform edit mode again it shows the below error
so i have a another technique by using dimension table we can summarize all columns into single unit then we can divide vol and invol from table
DimAR = ADDCOLUMNS(SUMMARIZE(TextDetails,[action_id],[action_reactive]), "TestResult", IF(FIND("-",[action_reactive],1,0) > 0, LEFT([action_reactive],
FIND("-",[action_reactive],1,0)-1)))above code will work as per our requirment or do u have any idea ,pls suggest me
Thanks&Regards