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.
This bug persists in SSAS 2016 as well ((
Result of this BUG:
(in English locale replace syntax separator ";" to"," and comma in numeric values from ", " to ".")
People = UNION(ROW("Name";"Alex";"Weight";50,55);ROW("Name";"Anna";"Weight";55,56))
Facts = UNION(ROW("City";"Las Gagas");ROW("City";"NY"))
MaxWeight = AVERAGE('People'[Weight])
MaxWeightCopy = [MaxWeight]
BugTable = SUMMARIZE('People';People[Name];"Bug";[MaxWeightCopy])
Dummy = ROW("Dummy";"Dummy")
Hi @Tishchenko,
In your scenario, you need to place the measure MaxWeight under Facts table, and the measure MaxWeightCopy under Dummy table. When you create a table with below expression:
BugTable = SUMMARIZE('People',People[Name],"Bug",'Dummy'[MaxWeightCopy],"Bug1",'Facts'[MaxWeight])
Both [Bug] and [Bug1] fields display correct values in a table visual. See:
If you have any question, please feel free to ask.
Best Regards,
Qiuyun Yu
@v-qiuyu-msft Hi, can you please explain me, how i'm recive this results (pbix link)
https://1drv.ms/u/s!AmFuiFSkSTfkgQc9yHZVUhd-CzCo
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
21 | |
15 | |
11 | |
10 | |
9 |
User | Count |
---|---|
35 | |
28 | |
19 | |
17 | |
13 |