Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Don'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.

Reply
Tishchenko
Continued Contributor
Continued Contributor

May be Serious bug in the VertiPaq engine (with repo steps)

This bug persists in SSAS 2016 as well ((

Result of this BUG:

bug.png

 

(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")

2 REPLIES 2
v-qiuyu-msft
Community Support
Community Support

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:

 

q1.PNG

 

If you have any question, please feel free to ask.

 

Best Regards,
Qiuyun Yu

Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

@v-qiuyu-msft Hi, can you please explain me, how i'm recive this results  Smiley Happy (pbix link)

https://1drv.ms/u/s!AmFuiFSkSTfkgQc9yHZVUhd-CzCo

 

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

Find out what's new and trending in the Fabric Community.