Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
I have a model, with around 20 measures created.
I am trying to create a calculated table, to just display a list of measures:
col1, Measure, Value.
I am doing
=DATATABLE( "Type", STRING,
"Measure", STRING,
"Value", DOUBLE.
{'xyz', 'Measure1', Measure1}
)
But it doesnt seem to work...
Solved! Go to Solution.
Hi @ovonel
try
SELECTCOLUMNS (
{ ("name1", [measure1]), ("name2", [measue2])}, "Measure", [Value1], "Value", [Value2])
Hi @ovonel
try
SELECTCOLUMNS (
{ ("name1", [measure1]), ("name2", [measue2])}, "Measure", [Value1], "Value", [Value2])
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
21 | |
15 | |
14 | |
11 | |
7 |
User | Count |
---|---|
25 | |
24 | |
12 | |
12 | |
11 |