we have a requirement like connect to JIRA database on a live connection and pre-filter the data before loading to power BI but with live connection the DAX query option is not enabled. Can you please help with this
how to pre-filter data over a live connection in power BI?
815 Views Asked by Sumit At
1
There are 1 best solutions below
Related Questions in POWERBI
- Does Power BI provide an OOTB Geographical Dimension Table
- How to change point color in Deneb while having lines be the same color as the legend
- SQL analytics endpoint and Semantic model not being created in MS Fabric Lakehouse
- Parse Dynamic Power BI table with selenium
- ALL() and REMOVEFILTER() Don't Work Correctly on My Report
- Market share growth versus last month, last year
- DAX query: trying to count unique entries that match two different criteria
- Azure Analysis Service, with an on prem gateway, in vnet
- Dax Many to Many Measure with Calender Date filters
- How to install NPGSQL and connect a PostgreSQL database to Power BI?
- Calculate average duration from text in power bi
- Power-BI / Dax: Count emails multiple times in a function based on the same dimension (#Order)
- Unable to filter in power bi dax query
- how can i obtain earliest day and lastest date per row/item number using Power Bi?
- Slicer Filtering on Drill-through Field Not Working
Related Questions in DAX
- ALL() and REMOVEFILTER() Don't Work Correctly on My Report
- DAX query: trying to count unique entries that match two different criteria
- Dax Many to Many Measure with Calender Date filters
- Calculate average duration from text in power bi
- Power-BI / Dax: Count emails multiple times in a function based on the same dimension (#Order)
- Unable to filter in power bi dax query
- DATEDIFF "An invalid numeric representation of a date value was encountered" Error
- YTD sum by month, using only latest value for each month
- Stopping a Power BI Table visual slicing the result of a virtual table
- Need simplification on this DAX code in Power BI
- Measure month prior to selected month in DAX
- New Measure in Power BI which show count of raw_stnd_id for each raw_adm_appl_id where rn_desc = 1
- How do I count certain records in one table based while excluding records based on date values in another table?
- How to make a DAX formula respond to a Timeline slider?
- PowerBI (DAX) SELECTEDVALUED for creating a new column
Related Questions in SSAS
- How can I connect to a local SSAS (OLAP) server from Python?
- Microsoft.AnalysisServices.AdomdClient.NetCore.retail.amd64 not working on windows server
- SSAS Error. An unexpected error occurred: "A call to a COM component returned an error in the format HRESULT E_FAIL."
- After copying the SSAS cube and SSIS packages there is processing problem
- Connect an on-prem SQL Server Analysis Server Tabular Model with Azure Data Factory
- Power BI composite/dual mode - SQL DB + SSAS MOLAP
- How to get data in sematic model in power bi premium from SSAS?
- Programmatically get relational database source for SSAS objects across compatibility levels
- Issues with deploying a project in SSAS: "Cannot deploy metadata"
- SSAS Tabular deployment issue
- Performance difference depending on attribute order when using SSAS for data import in Excel pivot table
- Executing queries against PowerBI / SSAS using the Microsoft.AnalysisServices.Tabular library in Python?
- Filtering OLAP Pivot Table based on dates
- SSAS Cube Hierarchy Collapsing within Excel with sub values
- My SQL Server Analysis services won't switch from tabular to multidimensional
Related Questions in OLAP
- OLAP Cube process error (A connection could not be made to the data source with the DataSourceID of 'Example_SQL', Name of 'ExampleSQL'.)
- Issues with deploying a project in SSAS: "Cannot deploy metadata"
- Why some of existing user not able to see newly added DB in clickhouse
- Filtering OLAP Pivot Table based on dates
- My SQL Server Analysis services won't switch from tabular to multidimensional
- Aggregating Members calculated with IIF / CurrentMember conditions
- markUsed is not marking segments as unUsed in druid
- How to add and backfill a column to a ClickHouse materialized vew and the underlying table
- Does TiDB Serverless support TiFlash for analytical jobs (OLAP) just like TiDB?
- Need to create a report in Apache Kylin using SSB sample data
- Excel CUBEMEMBER return multiple matches
- Calculated Member for Time Periods Hierarchy
- MDX get DISTINCT COUNT for Month to Date
- Relationship between dimension and measures
- Create Current Month
Related Questions in MICROSOFT-LIVE-CONNECT
- how to pre-filter data over a live connection in power BI?
- How to define the scope for XBOX while login with xbox in laravel
- apis.live.net/v5.0 - How to validate token on server
- How do I connect live to SQL Server Analysis Services from Power BI Desktop?
- Microsoft Live Connect OAuth API stopped returning email in user information
- Microsoft Live app multiple domains
- Microsoft Live Connect for Bing Ads OAuth 2.0 without browser
- sign in with windows live connect, similar to Google's "postmessage"
- Live Connect APIs deprecated?
- Root domain for Microsoft Live application
- How to get Microsoft Live profile URL using the ProviderKey value
- Live Authentication and Permission Scopes
- How to get the email message from the microsoft live.com
- Windows Live Connect and Open IDC
- Microsoft oauth login stopped working all of a sudden?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Live connection is as it says - a live connection. It doesn't support pre-filtering.
If you have access to the database, maybe you can create a view that filters out the data you need and use that as the source in your report? Note that this has an negative impact on live connection performance. Also, you need to be sure that you are allowed to add a custom view to Jira database.