Viewing 15 posts - 76 through 90 (of 3,396 total)
there are videos all over on YouTube. You need drillthrough. Pretty sure Adam and Patrick have several videos about it. Search for GuyInACube.
February 13, 2024 at 11:36 am
A table with that many columns makes me wonder what the table is describing. it's hard to imagine storing that many bits of information about each instance of a thing....
January 28, 2024 at 11:02 pm
Why not a simple .NET form to insert into a SQL Server table?
January 19, 2024 at 2:24 am
that's an odd request. Did you create a stored procedure to transform the table somehow? Could you post the SQL for it? I'm asking because you don't need SSRS for...
January 18, 2024 at 5:11 pm
I want to calculate the percentage and aggregate only if the percentage is => 75%
You have to use FILTER() for that, because that's the only way to filter a table...
December 17, 2023 at 6:08 pm
LAG() basically does what you're describing - goes back N rows in the window.
December 14, 2023 at 5:03 pm
If an account can access both of the instances, you could do something like inserting the results from one call (but include the database name), and then the other call,...
December 9, 2023 at 4:06 pm
If your data is in tables in the PDF file, you can tell PowerQuery to return just the table. Is this a publicly available PDF file? (likely not)... I wanted...
December 5, 2023 at 1:46 am
If I just use a PowerQuery inside my data flow, I can just read the table and tell PowerQuery to ignore the rest. Then it's stupid easy. No need to...
December 4, 2023 at 9:14 pm
Come to think of it, if they paid for like 3 months of an Azure subscription, they could dump whatever they wanted there, and we could use pipelines in Data...
December 1, 2023 at 5:50 pm
Not meaning to hijack this thread, but I can read PDF files and parse the stuff I need out of them using PowerQuery. Can I call a PowerQuery "script" in...
November 27, 2023 at 4:24 am
The tables that measures are assigned to/stored in is irrelevant to their function/calculation. In PowerBI at least, you can move them wherever you want. I would assume the same is...
November 26, 2023 at 6:10 am
Since I'm in the testing time (30 days or whatever) for Azure, I could maybe upload my data and do it all there. One of the fact tables feels crazy...
November 22, 2023 at 8:46 pm
Can't find it now... there's this one: Import Power BI Desktop Model to SSAS Tabular 2016 (biinsight.com)
Feels a lot like MSFT really doesn't want you to do that. talk...
November 21, 2023 at 5:23 pm
Oh, cool!
Thanks Eddie!
I may be sorted... I have to patch up my format file and then I can just do this to move my data from BLOB storage to my...
November 16, 2023 at 4:28 am
Viewing 15 posts - 76 through 90 (of 3,396 total)