powerbi - How do I use GenerateSeries with a dynamic end value? - Stack Overflow
I am trying to create a table that returns all the items that were filtered out by slicers in my report. However, my GENERATESERIES portion of the table is not executing properly, and I could use some assistance. Here is the calculated table formula:
FilteredOutItemsTable =
ADDCOLUMNS(
GENERATESERIES(1, PATHLENGTH(SUBSTITUTE(ConcatenatedString, ", ", "|"))),
"Item", PATHITEM(SUBSTITUTE(ConcatenatedString, ", ", "|"), [Value])
)
I did ensure that the ConcatenatedString is returning the correct value as well as the PATHLENGTH portion of the formula.Not sure where to go from here.
最新文章
- 与微信支付宝较量有难度 解析Apple Pay入华细节
- 又是一场数码盛宴 台北电脑展展品预热
- Windows8是备胎?解析微软移动市场战略
- python - Arcpy seems to not carry out my SQL clause - Stack Overflow
- Azure web app High availability with DNS failover - Stack Overflow
- powershell - Questionable output while iterating over an array of arrays - Stack Overflow
- What is the correct TypeScript type for the `children` property in Svelte 5? - Stack Overflow
- python - Why does my plot have criss-crossing lines when I convert the index from string to datetime? - Stack Overflow
- perl - How to embed Teraterm in a Visual Studio project - Stack Overflow
- java - I have an issue with tmcbeans, I can not run projects - Stack Overflow
- c++ - Refactor return type using clang transformer - Stack Overflow
- java - JAR works in Command Prompt but not in PHP - Stack Overflow
- reactjs - input forms not alligning right inside a React app - Stack Overflow
- c++ - C++20 compile time retrieve size of a vector - Stack Overflow
- Cannot open DocumentPicker window in React Native app, Android platform - Stack Overflow
- python - ReCaptcha v3 works locally but not in deployment - Stack Overflow
- epub - When extracting Kobo bookmarks frm KoboReader.sqlite, how do I determine pageslocations - Stack Overflow