Tracing your Power BI Report
8:43
14 күн бұрын
Пікірлер
@rotivi321
@rotivi321 20 сағат бұрын
Hi! I made step by step but when i downloaded "One Lake File Explorer", its empty. Do you have any idea why it might be like this?
@sadasiva8963
@sadasiva8963 Күн бұрын
Hi Patrick, We are using Fabric as our source to build power BI Reports. As there is a export limit 150k in Power BI, we tried to build from paginated report from power BI report builder. Still not able to solve our problem, can you please help us on this..
@MarusykRoman
@MarusykRoman Күн бұрын
how to pass something more complex that a string? e.g. JSON. It's clear how to pass but how can I use it in Power BI?
@ia6906
@ia6906 2 күн бұрын
I don't like complex coding so Microsoft fabric is a good tool for me , i like low code platform
@PhatNguyen-nm4dv
@PhatNguyen-nm4dv 2 күн бұрын
Unable to import the custom visuals in Power Bi Desktop. How to fix
@kirkevers6864
@kirkevers6864 2 күн бұрын
Once you create and save/publish a Paginated Report in the Web UI, the "Editing" button disappears. After closing the report, you must use the desktop "Report Builder" client, which lacks many features originally available in the Web UI. Personally, I often need to make multiple adjustments after creating a report. Limiting access to advanced formatting, data modeling, and other features only until the report is closed is quite inefficient and short-sighted on Microsoft's part.
@Jojms123
@Jojms123 3 күн бұрын
The other video is not really in the screen or in the description, I will search it, but just to let you know
@rayromych5534
@rayromych5534 4 күн бұрын
Thanks for great video. Got a little issue though - I have dataset that connects to SharePoint online via SharePoint.File and I am trying to change site usl parameter, but for some reason data source losses credentials, so I have to go to PBI service and update credentials manually.
@aghalarbayli
@aghalarbayli 4 күн бұрын
Domains are kind of tagging, right? Then, the creation and admin setting is that high as tenant owner? Big organizations have hundreds of workspaces and only a couple of tenant owners. For every kind of tagging you go to tenant owner to do it? Wouldn't it be better for this to be managed by workspace owners or even all admins?
@noahhadro8213
@noahhadro8213 4 күн бұрын
If a semantic model takes 30 minutes to refresh. How much time is added by enabling this feature. Naturally it takes time to write to one lake. Does this mean the semantic model refresh will be slower?
@TheCarloslinares
@TheCarloslinares 4 күн бұрын
What are the license requirements for user accessing this dashboard ?
@acaguade
@acaguade 5 күн бұрын
Now a tricky one: can you suggest how to achieve same result for DirectLake based semantic model?
@treycausey6273
@treycausey6273 5 күн бұрын
Geaux Tigers!!!
@Zupee
@Zupee 6 күн бұрын
Looks great! I wish there was a Query option at 3:06. I'd definitely switch all my pipelines over to this since I'm pulling on-prem data into the lake house then warehouse in fabric. Could do SQL Views as tables on the on-prem side I suppose then pull them in.
@MartinOhlssonDK
@MartinOhlssonDK 6 күн бұрын
Q: how do you suggest to apply domains in matrix organisations where everything is an intersection between disciplines and large projects? Usually projects are not allowed to see each others data, but datasets and reports are developed from the discipline teams e.g. Finance related reports for project a,b,c. HR related reports for project a,b,c etc.
@toma4528
@toma4528 6 күн бұрын
Cant believe I saw about this link after spending whole week writing 500 lines. But couple of things I would like to bring up which I deem very important. Rebind API has a bug where after you rebind the report to new dataset, once you download the .pbix and open in Desktop it retains the old dataset. This is due to RemoteArtifacts being retained in connections.json. Therefore my script, after rebinding the report, downloads pbix into temporary location, extracts into zip, updates connection.json, repackages and uploads back. This is not easy as connections.json needs SemanticModelId which is not datasetGUID and can be found only in metadata/sharedDatasets. Long story short, somebody needs to fix this Rebind API already!
@wajayenseporelmundo4588
@wajayenseporelmundo4588 7 күн бұрын
This girl speak like an MG42 in Omaha Beach 6/6/44
@ihsanihsanihsanihsanihsan
@ihsanihsanihsanihsanihsan 7 күн бұрын
Great tip for managing and grouping workspaces
@hansekstrom632
@hansekstrom632 7 күн бұрын
Wouldn’t it be great if you could include an app into a domain?
@kevingauvreau1721
@kevingauvreau1721 7 күн бұрын
​@@hansekstrom632 we are leveraging Domain with App by using Sempy (you can use API also I think) to retrieve the domain from all the workspaces mix them to the corresponding App. This way, we are able to create a list of App by Domain. Pretty useful.
@DataEnthusiast-g1t
@DataEnthusiast-g1t 8 күн бұрын
Hi.. Is there a way to connect Microsoft Power BI in fabric with Azure KeyVault and refresh data seemlessly
@rahulmaurya9444
@rahulmaurya9444 8 күн бұрын
I came across a situation where while deployment instead of replacing the report it's duplicate the report and dashboard
@PeterNovakIng
@PeterNovakIng 8 күн бұрын
This is amazing!!!
@myClipsPWA
@myClipsPWA 8 күн бұрын
very useful video indeed. I've got one question , is it possible to implement a button to get back to the source report page? It would be wonderful to complete this amazing feature! Thank you
@PandaBeatzzAI
@PandaBeatzzAI 8 күн бұрын
So this also possible to use with macOS
@prajwalsalutagi4859
@prajwalsalutagi4859 8 күн бұрын
Hi Create 1 time RLS in the data lake and it can be applied also in power bi reports instead of doing RLS for every single PBIX file ? if not what are the alternate ways?
@pawewrona9749
@pawewrona9749 8 күн бұрын
This is a great feature indeed, but I prefer consuming Semantic Models through Semantic Link for two reasons -> access to full business logic as you can call Measures, and you don't replicate the data and increase the OneLake storage cost. But the beauty of Fabric is that everyone can pick what suits them best.
@BranTay
@BranTay 8 күн бұрын
Saved my butt. Been relying on my coworker to publish and update reports daily for a few months.
@OwenLaurie-z6e
@OwenLaurie-z6e 8 күн бұрын
I found a solution that doesn't require establishing those "magic modeling" relationships. If you use the FILTER and IN VALUES expressions in your calculation items, it circumvents the need for a USERELATIONSHIP expression. See example below: CALCULATE ( SELECTEDMEASURE (), FILTER ( ALL ( 'Table[Column containing legend values]), 'Table[Column containing legend values] IN VALUES ( 'Dynamic Legend Calculated Table'[Category] ) ) )
@DionVansevenant
@DionVansevenant 9 күн бұрын
Your semantic model has a diamond next to it, which usually indicates a Premium feature. Is all of this a Premium service? (It would be nice if these videos are clear on what requires Premium, so folks don't get all excited about a cool feature, only to find out it's Premium, which generally breaks the bank for smaller companies) Thanks for all the videos!
@ChristianKey
@ChristianKey 9 күн бұрын
I'd love to know how to use Fabric Direct Lake mode with Power BI embedded reports as I don't think it is possible. Thanks
@kevindoherty8788
@kevindoherty8788 9 күн бұрын
I love Patrick and Adam. But is there anything in Fabric that doesn't feel complicated? So many options = too much confusion.
@joebateman9668
@joebateman9668 8 күн бұрын
Options is the key word, coming from an analysts view it's great to have all these lakehouse/warehouse and now sql dB options but where to start and what to choose.
@mattsylvester-ws4lp
@mattsylvester-ws4lp 8 күн бұрын
Too many cooks in the kitchen. Their product roadmap needs to get tightened up instead of shoehorning all these products together with a wrapper and calling it a framework.
@1sefirot9
@1sefirot9 9 күн бұрын
At 1:22 it shows the Metrics App upgrade process, but these instructions are either made up or do not apply to the current Fabric Metrics App. None of the options described there are available anywhere in the Update App UI.
@palashgangal951
@palashgangal951 9 күн бұрын
Q: I am trying to create a power BI 1 PAGER index that holds hyperlinks to all my power BI reports published on service. I created 4 columns Sr. No. / Report Name / Links / last refresh date. I was able to populate everything else by creating a manual table but not able to get last refresh date of each individual report. Can this video help me?
@krishna6296
@krishna6296 9 күн бұрын
This formatting is excellent. Thank you for sharing!
@CharlesJohnson-xl9gw
@CharlesJohnson-xl9gw 9 күн бұрын
What about start of week and end of week while you're building the date table?
@feliperomero8887
@feliperomero8887 9 күн бұрын
helllloooo can you help me? Look, I have the following problem: I have a group of colleagues along with their performance level in achieving their sales goals and their photos in a OneDrive folder. I needed to create a way to display this, and I thought about using the new data segmentation card, but I couldn’t load the photos. I extracted the URLs for the photos separately, but it still didn’t work. What other way can I do this? I need help-how can I make it work?
@ozkary
@ozkary 9 күн бұрын
Q: Can you compare serverless with Delta tables and do a cost analysis vs. a dedicated sql pool? No doubt dedicated will always outperform, but deltas may be a great cost management option for smaller use cases.
@PriscillaShum
@PriscillaShum 9 күн бұрын
Do you have a guide for Macbook/ Browser Version?
@BostonRoger
@BostonRoger 9 күн бұрын
Just automated 80% of my work. Sending 500+ emails a week using this
@raajibeara
@raajibeara 10 күн бұрын
Ty so much idk you but I love you man lol thank you so much greatly appreciated. You are going to be the basis for training thousands of people in our orgs.
@thisorscaff
@thisorscaff 10 күн бұрын
if you don't have the paint roller --- right click on the value - then click Conditional Formatting
@1yyymmmddd
@1yyymmmddd 10 күн бұрын
Cool stuff. As is the sweater.
@myClipsPWA
@myClipsPWA 10 күн бұрын
don't touch dat fracking toggle! 🤣🤣🤣
@KeishaMCarr
@KeishaMCarr 11 күн бұрын
Adam has excellent taste in cookies. Chocolate chip without the chocolate is great!
@sebastianertel4282
@sebastianertel4282 11 күн бұрын
Can i transform Measures from an existing PowerBI File connected with an Semantic Model over the OneLake Data Hub. That i can see also the measures in the Service and controll them and as well add them to my Repo.
@shubhangipolawar3841
@shubhangipolawar3841 11 күн бұрын
Can we fetch Power BI reports and share to the users using Data Activator if we have Fabric license in place?
@bloom6874
@bloom6874 11 күн бұрын
Love your content :)
@indeedmanish9990
@indeedmanish9990 11 күн бұрын
I couldn't doa lot of things like making a combination chart
@lilyy.1559
@lilyy.1559 11 күн бұрын
really want to say a big thank you, i was unable to find solutions elsewhere and was so worried about the task at work, great content and I'll keep watching!