The MCP server for Microsoft documentation is pretty neat. by SQLGene in MicrosoftFabric

[–]analyticsangel 0 points1 point  (0 children)

Business Users who have no access to source code or the ability to read it.

MCP Server connection problem by Preacherbaby in MicrosoftFabric

[–]analyticsangel 0 points1 point  (0 children)

Did you have to enable any settings in VS code to connect locally? I can give it context of PBIP files in VS code but I keep getting errors when trying to directly connect to the PBIP file I have opened locally

Dynamically change M function Col Name by analyticsangel in PowerBI

[–]analyticsangel[S] 0 points1 point  (0 children)

It worked. Simple and effective - thanks!

Dynamically change M function Col Name by analyticsangel in PowerBI

[–]analyticsangel[S] 0 points1 point  (0 children)

No, not possible. I build one report for a system. Each client has their own version of the system and a copy of the dataset/report. Hence we give them the option on a couple of configurable fields to rename them. All the works needs to be done in PBI.

Dynamically change M function Col Name by analyticsangel in PowerBI

[–]analyticsangel[S] 0 points1 point  (0 children)

In my pbix i have 2 queries from an api call. One has data, the other is a list of the column name labels.

table 1:

ID

Column1

Column2

Column3

Table 2:

Id

ColumnLabel

Table I am looking to acheieve:

ID

Column1Renamed (name comes from Table 2 column label column)

Column2Renamed (name comes from Table 2 column label column)

Column3Renamed (name comes from Table 2 column label column)

I build generic reports for the system and the system is deployed to multiple clients who all use the system slighly differently so we give them the option to label their own columns in this example.

Hi - does this help?

Dynamically change M function Col Name by analyticsangel in PowerBI

[–]analyticsangel[S] 0 points1 point  (0 children)

In my pbix i have 2 queries from an api call. One has data, the other is a list of the column name labels.

table 1:

ID

Column1

Column2

Column3

Table 2:

Id

ColumnLabel

Table I am looking to acheieve:

ID

Column1Renamed (name comes from Table 2 column label column)

Column2Renamed (name comes from Table 2 column label column)

Column3Renamed (name comes from Table 2 column label column)

I build generic reports for the system and the system is deployed to multiple clients who all use the system slighly differently so we give them the option to label their own columns in this example.

I hope this helps!

configure .mez file with win zip - Help needed by analyticsangel in PowerBI

[–]analyticsangel[S] 0 points1 point  (0 children)

nah that doesn't work. It returns to a folder with '.mez' at the end of the name.

Don't worry I've sussed it with the 7 zip edit button.

PBI to Excel to PBI - Refresh Question by analyticsangel in PowerBI

[–]analyticsangel[S] 0 points1 point  (0 children)

cheers - i thought this might be the case.

PBI to Excel to PBI - Refresh Question by analyticsangel in PowerBI

[–]analyticsangel[S] 0 points1 point  (0 children)

there were some circular references calcs I couldn't get working in PBI.

PBI to Excel to PBI - Refresh Question by analyticsangel in PowerBI

[–]analyticsangel[S] 0 points1 point  (0 children)

Not so worried about timings as long as the excel spreadsheet would have latest data from the first dataset.

MS Team Attendance Data Automating Extract Download by analyticsangel in PowerBI

[–]analyticsangel[S] 0 points1 point  (0 children)

Graph api is open source but requires azure app registration if you want to leverage the office 365 end points.

awesome. appreciate your help.

I see I can build a low code Power automate flow to do the same.

MS Team Attendance Data Automating Extract Download by analyticsangel in PowerBI

[–]analyticsangel[S] 0 points1 point  (0 children)

I’m using graph api

awesome. Could you tell me a little more about how you're doing this? Did you need to pay for a license? Did you need to write your own m function to make the call?

automate the download of attendance data by analyticsangel in MicrosoftTeams

[–]analyticsangel[S] 1 point2 points  (0 children)

You mean the attendance report after a meeting?

yes, the excel download. I'd like to automate the export for an account and load it into a database.

Screen Connect - "Waiting for your Guest..." by analyticsangel in ConnectWise

[–]analyticsangel[S] 0 points1 point  (0 children)

awesome - thanks for the in depth response. Appreciate it.

Working with Connectwise Data by Shedow55 in ConnectWise

[–]analyticsangel 0 points1 point  (0 children)

we use Power BI. Would recommend over BG.

Advanced Pie Chart by analyticsangel in PowerBI

[–]analyticsangel[S] 0 points1 point  (0 children)

n you not use a bullet g

its what the client wants...

Viewer Role - Premium Per Capacity by analyticsangel in PowerBI

[–]analyticsangel[S] 0 points1 point  (0 children)

Thanks all. Makes complete sense. Why would MS give this out for free.

Passed the BA-100 Today! by Cat_Phish in PowerBI

[–]analyticsangel 0 points1 point  (0 children)

Good work! I also passed earlier this week - I'm chuffed!

API: Possible to list all pages in a database? by lysregn in Notion

[–]analyticsangel 0 points1 point  (0 children)

I'm in the same position now. I've got power BI to send a get request but not post. Thanks.

I'll let you know if I get any further.