Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in Debugger - TOPNSKIP #954

Closed
edhans opened this issue Jul 20, 2023 · 3 comments
Closed

Bug in Debugger - TOPNSKIP #954

edhans opened this issue Jul 20, 2023 · 3 comments
Assignees
Labels
issue: bug Confirmed as a bug in TE3
Milestone

Comments

@edhans
Copy link

edhans commented Jul 20, 2023

Describe the issue
I was working through debugger on the portion of this measure. The var6MonthRange is a table of YYYYMM values - 6 of them - from the calendar table.
image
Once I got to the [Total Sales] part the Current Expression showed the value for the 201705 month (the first in the var6MonthRange. Then the arrows in the toolbar lit up to go forward and back rows. But when I clicked on the Next row, the above image happened. Everything showed no values, just the TOPNSKIP error message.

** Which version are you currently using? **
Tabular Editor 3.8, Enterprise against Power BI Desktop

To Reproduce
I am working this this basic query generated by a Matrix viz with the year and month name on the rows.

		SUMMARIZECOLUMNS(
			ROLLUPADDISSUBTOTAL(
				'Calendar'[Year], "IsGrandTotalRowTotal",
				ROLLUPGROUP('Calendar'[Month Name], 'Calendar'[Month Number]),
				"IsDM1Total",
				NONVISUAL(__DM3FilterTable)
			),
			"Total_Sales", 'Measures Table'[Total Sales],
			"Rolling_6_Months_Sales", 'Measures Table'[Rolling 6 Months Sales]
		)
@edhans
Copy link
Author

edhans commented Jul 20, 2023

Note: I also created this in the Pivot Grid:
No columns
Year and Month Name in the Rows, Total Sales and this measure [Rolling 6 Month Average] in the values. Same result when iterating through the rows of AVERAGEX. TOPNSKIP error

@DBojsen DBojsen self-assigned this Aug 3, 2023
@DBojsen DBojsen added the issue: bug Confirmed as a bug in TE3 label Aug 3, 2023
@DBojsen
Copy link
Collaborator

DBojsen commented Aug 3, 2023

Hi @edhans

I have added this as a bug on our backlog, thanks for reporting.

Best Regards

David - Tabular Editor 3 Support

@mlonsk mlonsk added this to the 3.11.0 milestone Sep 19, 2023
@otykier
Copy link
Collaborator

otykier commented Sep 25, 2023

Fixed in 3.11.0. Thanks for reporting!

@otykier otykier closed this as completed Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue: bug Confirmed as a bug in TE3
Development

No branches or pull requests

4 participants