Hi,
Using PowerBI to get some data.
The data has fields:
-----
Fieldname: Source
Value: Exterior
-----
Fieldname: Exterior.01.DefectNumber
Value: 1
-----
Fieldname: Exterior.01.FormattedCost
Value: 44
------
Fieldname: Exterior.02.DefectNumber
Value: 2
-----
Fieldname: Exterior.02.FormattedCost
Value: 88
I want to get this data and put into a PowerBI table view:
Defect# Cost
-----------------
1 44
2 88
etc...
How do I do this please? I think I need a DAX query.
Thanks!
Using PowerBI to get some data.
The data has fields:
-----
Fieldname: Source
Value: Exterior
-----
Fieldname: Exterior.01.DefectNumber
Value: 1
-----
Fieldname: Exterior.01.FormattedCost
Value: 44
------
Fieldname: Exterior.02.DefectNumber
Value: 2
-----
Fieldname: Exterior.02.FormattedCost
Value: 88
I want to get this data and put into a PowerBI table view:
Defect# Cost
-----------------
1 44
2 88
etc...
How do I do this please? I think I need a DAX query.
Thanks!