Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I have multiples tables, with multiple columns. How can I transform the following table
Table 1
Kpi Value
Kpi 1 0,35
Kpi2 44860
Kpi3 150
Kpi4 1050
to this table
Table 2
Kpi Value
Kpi1 35%
Kpi2 26-10-2022
Kpi3 150,00€
Kpi4 1.050,00
Do I have to create a measure or a column to solve this problem? I have mutiple tables and columns with this situation. I can't chage data format in the data source files. Thank for your help.
Beste regards.
Joaquim Guedes
Solved! Go to Solution.
Hi @Joaquim_Guedes,
Current power bi does not support these, you can't store multiple type of data value in one field.
For your scenario, I think these should be suitable to create a parameter table with all categories to use in matrix and write a measure to return corresponding value based on current values.
Regards,
Xiaoxin Sheng
Hi @Joaquim_Guedes,
Current power bi does not support these, you can't store multiple type of data value in one field.
For your scenario, I think these should be suitable to create a parameter table with all categories to use in matrix and write a measure to return corresponding value based on current values.
Regards,
Xiaoxin Sheng
In short: you can't. Data in columns must be of the same type. So, either you're gonna turn everything into text (which can hold anything but it'll be text with all its limitations) or you're gonna turn the values into proper quantities on the fly (not recommended), or you're gonna change the structure of the table (create a new one, if you can't).
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
11 | |
10 | |
10 | |
9 | |
8 |
User | Count |
---|---|
17 | |
13 | |
12 | |
11 | |
9 |