Share your ideas and vote for future features
Suggest an idea
Options
- Mark all as New
- Mark all as Read
- Float this item to the top
- Subscribe
- Bookmark
- Subscribe to RSS Feed
0
Votes
Submitted on
02-04-2015
03:31 AM
Submitted by
fbcideas_migusr
on
02-04-2015
03:31 AM
Currently Tabular models don't scale well on servers with multiple NUMA nodes. Proper NUMA support should be built in as it is for Multidimensional models. This can be a limiting factor for very large models.
... View more
See more ideas labeled with:
0
Votes
Submitted on
02-04-2015
03:27 AM
Submitted by
fbcideas_migusr
on
02-04-2015
03:27 AM
Currently the SSAS Tabular engine doesn't process partitions in the same table in parallel when loading data into the model. This is a major limiting factor on very large models.
... View more
See more ideas labeled with:
0
Votes
Submitted on
02-04-2015
01:31 AM
Submitted by
fbcideas_migusr
on
02-04-2015
01:31 AM
Integrate SSIS with the Power Query Excel Add-In as a Data Source. Solution needs to be all on-prem to avoid typical cloud concerns. Ideally can reach into a workbook for a specific Query or function, pass in function values if required, and trigger a refresh of a Query or all Queries.
... View more
See more ideas labeled with:
0
Votes
Submitted on
02-03-2015
10:54 PM
Submitted by
fbcideas_migusr
on
02-03-2015
10:54 PM
When exporting from SSRS to Word, the resulting document always has a "Normal" style font of Times New Roman. In a common scenario, a report is exported from SSRS to Word, then an analyst/author uses Word to add commentary. If they click in any empty area and start typing, the "Normal" style will be applied with Times New Roman font. Ideally this could be set as a Report-level Property and passed to Word during the export process.
... View more
See more ideas labeled with:
0
Votes
Submitted on
02-03-2015
10:09 PM
Submitted by
pbiideas1
on
02-03-2015
10:09 PM
Fix drillthrough in SSAS Multidimensional and Tabular. It needs to work with calculations (which means that devs can use MDX or DAX expressions that specify the rows returned when a user drills through on a calculation). We also need to be able to return user-friendly column names and control column order.
... View more
See more ideas labeled with:
0
Votes
Submitted on
02-03-2015
10:51 PM
Submitted by
fbcideas_migusr
on
02-03-2015
10:51 PM
There are a couple of scenarios where column widths are not respected when exporting to Word. The most common is where a nested table has a column with "narrow" content - the column width sometimes shrinks to contents. The other is when a column contains a long word with no spaces or breaking characters - the Word column width is increased to the width of that word.
... View more
See more ideas labeled with:
0
Votes
Submitted on
02-03-2015
10:20 PM
Submitted by
fbcideas_migusr
on
02-03-2015
10:20 PM
For SSRS Text Box controls, add a "Justify" option for the Horizontal/TextAlign property. This would produce fully justified text, as in Word. This feature supports automated production and distribution of documents of publication quality. This has been an open Connect item for over 5 years, gathering over 500 votes: https://connect.microsoft.com/SQLServer/feedback/details/404966/full-justification-in-reporting-services-2008-needed
... View more
See more ideas labeled with:
0
Votes
Submitted on
02-03-2015
08:45 PM
Submitted by
kthejoker
on
02-03-2015
08:45 PM
The example I have is I'm working with a ~300MB CSV file. Every time I make any transforms on the file in Power Query, it goes and fully retrieves the CSV, performs the transform, then dumps it out again. Needless to say this gets really tedious in development mode. It would be nice to be able to cache a dataset in memory, sacrificing real-time access to the data for performance while in Power Query (and perhaps Power View as well.)
... View more
See more ideas labeled with:
0
Votes
Submitted on
02-03-2015
05:58 PM
Submitted by
Paul114
on
02-03-2015
05:58 PM
Many developers abandon SSAS Tabular (after their companies pay for enterprise licensing to get it) because of the development experience and they reason that if the development experience is poor that the product may be just as unreliable. The model designer has many problems and quirky behaviors when the model becomes complex (typically due to the number of tables & measures). In particular, the DAX editor can be very unwieldy. The auto-completion feature can cause more mistakes than it prevents. For example, if you were to backspace over a table and column, and then use the object list to select a different object; the editor makes a horrible mess by combing the old and new text. Some examples: In trying to replace 'First Table'[First Column] with 'Second Table'[Second Column] the editor may produce: 'First Table'[First Co[Second Column]lumn] or ''Second Table'[Second Column]. Given the small font and text size in the editor, users miss the doubled-up single quotes. When an error is reported, changes are lost; developers become angry & moody and are mean to people around them. After making changes to an expression and pressing Enter to save changes, the editor shows the previous expression, causing the developer to think that changes were lost which makes them throw things and use bad words. While you're at it, add support for comments and tabs. I suggest a usability test be conducted and observed using a production-scale project.
... View more
See more ideas labeled with:
0
Votes
Submitted on
02-03-2015
05:33 PM
Submitted by
Paul114
on
02-03-2015
05:33 PM
Buggy behaviors in RB make users give up (especially less-technical business users who this tool was designed for). The rest of us just get angry. These include: - Sometimes (inconsistently), pressing Enter will close the expression window and other time is adds a carriage return. - VB functions are (sometimes) translated to full-qualified object references which confuses users. - Certain field properties are changed when a data region is copied and pasted (example .UniqueName is changed to .Value) - Expression window just hangs & then crashes.
... View more
See more ideas labeled with:
0
Votes
Submitted on
02-03-2015
01:58 PM
Submitted by
bertilsy
on
02-03-2015
01:58 PM

Add CSS style support for Reporting Services reports - or a similar theming support.
... View more
See more ideas labeled with:
0
Votes
Submitted on
02-03-2015
12:38 PM
Submitted by
bertilsy
on
02-03-2015
12:38 PM

Improve Reporting Services (or converge it with Power BI). SSRS hasn't been improved very much in the last versions. For many uses cases SSRS still offers features such as export to several formats (PDF, Word, Excel...) which are not covered by Power BI.
... View more
See more ideas labeled with:
0
Votes
Submitted on
02-03-2015
01:02 PM
Submitted by
bertilsy
on
02-03-2015
01:02 PM

Add a checkbox for boolean parameters instead of radio buttons.
... View more
See more ideas labeled with:
0
Votes
Submitted on
02-03-2015
01:31 PM
Submitted by
bertilsy
on
02-03-2015
01:31 PM

Add support for the latest .Net Framework for custom code, assemblies and extensions. The current support for .Net 3.5 only breaks code which relies on newer libraries such as the TFS 2013 API.
... View more
See more ideas labeled with:
0
Votes
Submitted on
02-03-2015
12:42 PM
Submitted by
bertilsy
on
02-03-2015
12:42 PM

Support for more data sources such as OData, HDInsight/HDFS etc. Maybe converge the support/approach similar to the support in Power Query or PowerPviot.
... View more
See more ideas labeled with:
0
Votes
Submitted on
02-03-2015
12:39 PM
Submitted by
bertilsy
on
02-03-2015
12:39 PM

Add/improve support for mobile devices (iOS, Android, Windows/Windows Phone).
... View more
See more ideas labeled with:
0
Votes
Submitted on
02-03-2015
01:01 PM
Submitted by
bertilsy
on
02-03-2015
01:01 PM

Currenty if you want to control where the parameters should be placed you have sometimes to add additional dummy parameters.
... View more
See more ideas labeled with:
0
Votes
Submitted on
02-03-2015
01:18 PM
Submitted by
bertilsy
on
02-03-2015
01:18 PM

Add real-time dashboards which update continously like http://www.tweetping.net/ or the Twitter CEP demo application of the MTC Signapur. Maybe with a built-in or an easy integration with StreamInsight or Azure Stream Analystics.
... View more
See more ideas labeled with:
0
Votes
Submitted on
02-03-2015
12:48 PM
Submitted by
bertilsy
on
02-03-2015
12:48 PM

Leverage the Kinect for Windows (or in Xbox which should be a new possible device with Windows 10) for visualization, analysis, creation and navigation
... View more
See more ideas labeled with:
0
Votes
Submitted on
02-03-2015
01:10 PM
Submitted by
bertilsy
on
02-03-2015
01:10 PM

Add a migration support to Tabular models to reduce the migration efforts. The migration path should only cover the elements which are similiar in both models. Maybe leverage the already existing BSIM layer to reverse engineer it.
... View more
See more ideas labeled with:
Idea Statuses
- New 14,804
- Need Clarification 2
- Needs Votes 22,623
- Under Review 619
- Planned 251
- Completed 1,643
- Declined 220
Helpful resources
Latest Comments
-
pacifist
on: Power BI | Enable or Disable all datasets Refreshe...
- MarkB63 on: Page-Level security in reports
- Matt_Benham on: Increase pipeline max activities + fix lakehouse d...
- leyre on: Multi-window support for Power Bi Desktop
- alecade on: Add default values for date slicer with style "bet...
- JaydeHm on: Visual Suggestions
- Thomas_Pouliot on: Enhance Paginated Report Settings Flexibility - Pa...
- chadrenstrom on: Backup of data warehousing
- aniket_yamle on: Feature Request: Freezable Canvas Header for Power...
- JulieBABI on: Power BI Folder Management
-
Power BI
38,581 -
Fabric platform
519 -
Data Factory
439 -
Data Factory | Data Pipeline
271 -
Data Engineering
244 -
Data Warehouse
173 -
Data Factory | Dataflow
141 -
Real-Time Intelligence
126 -
Fabric platform | Workspaces
104 -
Fabric platform | OneLake
104 -
Fabric platform | Admin
98 -
Fabric platform | CICD
76 -
Real-Time Intelligence | Eventhouse and KQL
57 -
Fabric platform | Capacities
53 -
Real-Time Intelligence | Activator
50 -
Fabric platform | Security
41 -
Data Science
41 -
Fabric platform | Governance
39 -
Data Factory | Mirroring
36 -
Real-Time Intelligence | Eventstream
30 -
Fabric platform | Support
28 -
Fabric platform | Data hub
26 -
Databases | SQL Database
22 -
Databases
19 -
Data Factory | Apache Airflow Job
3 -
Product
2 -
Real-Time Hub
1