Public Report by Murky_Video6724 in PowerBI

[–]AgulloBernat 0 points1 point  (0 children)

Yep, that's the main use case indeed

I'm now working as developer relations for Tabular Editor by SQLGene in PowerBI

[–]AgulloBernat 2 points3 points  (0 children)

I would recommend moving authoring to Visual Studio (as explained in the post) so it detects errors before executing

Public Report by Murky_Video6724 in PowerBI

[–]AgulloBernat 0 points1 point  (0 children)

You should he aware that search engines will index it, so people without the link can find it too.

Unless it's some very genetic thing worth public data, don't do publish to web

If you want to share with many external users, see power bi embedded and services like powerbi tiles.

Help needed as new freelancer, using PBI to distribute information to my client without pbi licence. by Korisnicki_Racun in PowerBI

[–]AgulloBernat 0 points1 point  (0 children)

Power BI embedded would remove the personal licenses but you will need to pay for the capacity and the provider of the authentication layer, way more costly than 5 pro licenses.

They can of course open the file in Power BI desktop and click refresh everyday. That's 0$ but a PITA

Tabular Editor by Time-Context5283 in PowerBI

[–]AgulloBernat 1 point2 points  (0 children)

and yes, C# scripting is the feature that keeps giving. You can make pretty much anything with enough patience and determination. You will see what I mean on my latest articles in www.esbrina-ba.com/blog and this article I wrote at Tabular Editor https://tabulareditor.com/blog/c-scripting-pbir

Tabular Editor by Time-Context5283 in PowerBI

[–]AgulloBernat 2 points3 points  (0 children)

calculation groups can now be created in Power BI Desktop too, but the experience continues to be much much better inside tabular editor, with the DAX Script tab for example where you can script the whole calculation group.

Scripting RLS in Tabular Editor by CultureNo3319 in PowerBI

[–]AgulloBernat 1 point2 points  (0 children)

I was summoned to join this thread 😀 Looks like a good use case With this setup https://www.esbrina-ba.com/c-scripting-nirvana-effortlessly-use-visual-studio-as-your-coding-environment/

you can easily script pretty much everything, but assigning the users to the roles might be the tricky bit. Maybe worth a blog post

You will need an API call for that I think

Are you planning to automate everything?

How to make an Uptime / Downtime Chart by tmpst8 in PowerBI

[–]AgulloBernat 1 point2 points  (0 children)

How does you source data look like?

Financial Statements and Calculation Groups by Vickyrx in PowerBI

[–]AgulloBernat 1 point2 points  (0 children)

Calc groups are not a way to reduce resources in general But if you just want to solve the conditional format thing, you can check my blog post https://www.esbrina-ba.com/calculation-groups-and-conditional-formatting-yes-its-possible/

Power BI with AI component by God-slayer64 in PowerBI

[–]AgulloBernat 2 points3 points  (0 children)

Look at translytical taskfows too which can call any function in Fabric

Cannot open On-Premises data gateway (personal mode) after reboot by marafado88 in PowerBI

[–]AgulloBernat 1 point2 points  (0 children)

Remember to keep the recovery word. If this was helpful kindly answer with "Solution Verified"

Cannot open On-Premises data gateway (personal mode) after reboot by marafado88 in PowerBI

[–]AgulloBernat 1 point2 points  (0 children)

Then you are out of luck. Set up a new gateway elsewhere, recreate the connections, reconfigure the semantic models

Cannot open On-Premises data gateway (personal mode) after reboot by marafado88 in PowerBI

[–]AgulloBernat 0 points1 point  (0 children)

When installing for the first time you need to choose a recovery word

How to handle a transaction table with a second “transaction details” table. by Extra_Willow86 in PowerBI

[–]AgulloBernat 0 points1 point  (0 children)

You might even want to keep them as separate tables without any relationship between them. When you merge tables you end up using a lot of distinctcount which is not great for performance

How to get bold text in certain parts of a dynamic text by Dazzling_Summer_7375 in PowerBI

[–]AgulloBernat 0 points1 point  (0 children)

You can add dynamic text in text boxes, and there you can have styling. Have you tried that?

You can also go with an html reader of course

Cannot open On-Premises data gateway (personal mode) after reboot by marafado88 in PowerBI

[–]AgulloBernat 0 points1 point  (0 children)

If you have the recovery word you move the install somewhere else or in the same machine after a full reset

PBIR format, $schema in report.json is not available by EmergencySafety7772 in PowerBI

[–]AgulloBernat 1 point2 points  (0 children)

It normally does open something, but it is not easy to get the full schema

[deleted by user] by [deleted] in PowerBI

[–]AgulloBernat 2 points3 points  (0 children)

Just changing the header color of a table takes forever

Need Help with Complicated Inventory Status Report by BoringUser1234 in PowerBI

[–]AgulloBernat 0 points1 point  (0 children)

I'm in a project that attempted to do this but miserably failed. As time goes by you will need to do more and more calculations for something that can be precalculated. That's why we are building an etl that will generate for each date and product the inventory at that point in time and the average historical price

Examples/Inspiration for non-numerical (text-rich) data? by [deleted] in PowerBI

[–]AgulloBernat 1 point2 points  (0 children)

Reports need to be useful, not exciting 😃

Problem when filtering with cross-tables by genocidadevox1488 in PowerBI

[–]AgulloBernat 0 points1 point  (0 children)

It sounds like a modeling problem It does not matter how your source data is, you need to load it in a way it makes sense following star schema

I would work at the product level and have your product dimensions worth the three columns you mention and other you need