Filter
Exclude
Time range
-
Near
Learning Power Bi without Structure? I got you covered PowerBI-Learning-Roadmap/ │ ├── 01_Foundation_of_BI/ │ ├── What_is_Business_Intelligence │ ├── Data_vs_Information_vs_Insights │ ├── KPI_and_Metrics │ ├── Reporting_vs_Analytics │ ├── OLTP_vs_OLAP │ └── Data_Driven_Decision_Making │ ├── 02_PowerBI_Introduction/ │ ├── PowerBI_Desktop │ ├── PowerBI_Service │ ├── PowerBI_Mobile │ ├── PowerBI_Gateway │ ├── Licensing_Concepts │ └── PowerBI_Ecosystem │ ├── 03_Data_Sources_and_Connections/ │ ├── Excel │ ├── CSV_and_Text │ ├── SQL_Server │ ├── APIs │ ├── SharePoint │ ├── Azure_Sources │ ├── Folder_Connections │ └── Web_Data │ ├── 04_Power_Query_ETL/ │ ├── Query_Editor │ ├── Data_Cleaning │ ├── Remove_Duplicates │ ├── Merge_Queries │ ├── Append_Queries │ ├── Pivot_and_Unpivot │ ├── Conditional_Columns │ ├── Custom_Columns │ ├── Parameters │ ├── Data_Types │ ├── Error_Handling │ └── M_Language_Basics │ ├── 05_Data_Modeling/ │ ├── Tables_and_Relationships │ ├── Primary_and_Foreign_Keys │ ├── Cardinality │ ├── Filter_Direction │ ├── Star_Schema │ ├── Snowflake_Schema │ ├── Fact_and_Dimension_Tables │ ├── Data_Granularity │ ├── Bridge_Tables │ ├── Calendar_Table │ └── Model_Optimization │ ├── 06_DAX_Fundamentals/ │ ├── Calculated_Columns │ ├── Measures │ ├── Aggregation_Functions │ ├── IF_and_SWITCH │ ├── Variables │ ├── Filter_Context │ ├── Row_Context │ ├── CALCULATE_Function │ ├── RELATED_and_LOOKUPVALUE │ └── Time_Intelligence_Basics │ ├── 07_Intermediate_DAX/ │ ├── Advanced_CALCULATE │ ├── ALL_and_ALLEXCEPT │ ├── FILTER_Function │ ├── Iterators_SUMX_AVERAGEX │ ├── Ranking_Functions │ ├── Dynamic_Measures │ ├── Running_Totals │ ├── Year_to_Date │ ├── Month_to_Date │ ├── Previous_Period_Analysis │ └── KPI_Calculations │ ├── 08_Data_Visualization/ │ ├── Charts_and_Graphs │ ├── Tables_and_Matrix │ ├── Cards_and_KPIs │ ├── Maps │ ├── Slicers │ ├── Drillthrough │ ├── Tooltips │ ├── Conditional_Formatting │ ├── Bookmarks │ ├── Buttons_and_Navigation │ └── Dashboard_Design_Principles │ ├── 09_Report_Design_and_UX/ │ ├── Storytelling_with_Data │ ├── Color_Theory │ ├── Layout_Design │ ├── Executive_Dashboard_Design │ ├── Mobile_Layout │ ├── User_Experience │ ├── Accessibility │ └── Performance_Friendly_Design │ ├── 10_Advanced_Modeling_and_Performance/ │ ├── Query_Performance │ ├── DAX_Optimization │ ├── Incremental_Refresh │ ├── Aggregation_Tables │ ├── Composite_Models │ ├── DirectQuery │ ├── Import_Mode │ ├── Hybrid_Model │ └── Performance_Analyzer │ ├── 11_PowerBI_Service_and_Deployment/ │ ├── Publishing_Reports │ ├── Workspaces │ ├── Apps │ ├── Dashboards │ ├── Scheduled_Refresh │ ├── Data_Gateway │ ├── Sharing_and_Permissions │ ├── Row_Level_Security │ ├── Deployment_Pipelines │ └── Governance │ ├── 12_Real_Time_and_AI_Features/ │ ├── Streaming_Datasets │ ├── Real_Time_Dashboards │ ├── AI_Visuals │ ├── Forecasting │ ├── Key_Influencers │ ├── Decomposition_Tree │ ├── Python_in_PowerBI │ ├── R_in_PowerBI │ └── Copilot_Features │ ├── 13_Fabric_and_Modern_Data_Platform/ │ ├── Microsoft_Fabric_Overview │ ├── Lakehouse │ ├── Warehouse │ ├── Dataflows_Gen2 │ ├── Notebooks │ ├── Pipelines │ ├── OneLake │ ├── Real_Time_Intelligence │ └── Fabric_with_PowerBI
2
35
125
4,462
15 May 2024
How to Use Filters: To apply filters, specify the filter_function configuration option when creating a stream using the Streams REST API. Define your custom filter function to match specific criteria or patterns according to your requirements.
1
2
233
15 May 2024
A filter_function is an optional configuration for your stream. Named main, this function modifies the data out of the stream before it's sent to its destination, giving you precise control over the data you receive.
1
2
77
23 Feb 2023
التصفية بالتطابق الجزئي باستخدام دالة FILTER Partial match using FILTER() function #microsoftexcel #excel #exceltricks #excellawy #learnexcel #excelformula #اكسلاوى #Filterfunction #Filter_function #partial #match
5
356
فصل النصوص عن الأرقام بإستخدام دالة FILTER #microsoftexcel #excel #exceltricks #excellawy #learnexcel #excelformula #اكسلاوى #Filterfunction #Filter_function
1
2
410
22 Feb 2022
问题出在body部分 其次是需要在写入route后需要去访问 然后才会触发,本质上和 CVE-2021-45232 类似,一个是未授权一个是绕过授权,最终都是通过新增恶意route 中的 filter_function 或者 script 来执行 lua 代码
1
1