How to Unpivot Tables in Power BI?
7:45
Learn Power BI in just 15 Minutes!
15:38
How to create a SLICER PANE?
9:58
Пікірлер
@arunvirmani34
@arunvirmani34 3 күн бұрын
How can we get original theme back?
@ianmichelle5511
@ianmichelle5511 4 күн бұрын
I thought the keywords RangeStart and RangeEnd were used for incremental refresh.
@shwetkumar1719
@shwetkumar1719 7 күн бұрын
Same issue I am getting when I am getting the data from API through ODBC can it be done through it?
@shwetkumar1719
@shwetkumar1719 7 күн бұрын
let Source = Odbc.DataSource("dsn=TestDWH_Appointment", [HierarchicalNavigation=true]), DATA_Schema = Source{[Name="DATA",Kind="Schema"]}[Data], result_View = DATA_Schema{[Name="result",Kind="View"]}[Data], #"Filtered Rows" = Table.SelectRows(result_View, each [appointmentDate] >= RangeStart and [appointmentDate] <= RangeEnd) in #"Filtered Rows" Sir this is my code i can see native query till Navigation but when i filter it do not show
@kevinsanchez627
@kevinsanchez627 14 күн бұрын
Can you export a matrix table data as csv?
@narenchitra1638
@narenchitra1638 16 күн бұрын
I'm getting error as below when triggering manully and when go back to the report the run option is not enabled. can some suggest on this. please ' The input body for trigger 'manual' of type 'Request' did not match its schema definition. Error details: 'Required properties are missing from object: entity.'.
@kevinsanchez627
@kevinsanchez627 14 күн бұрын
I was getting the same error. Make sure you hit save and apply once you have fixed your error. Then go back to the report and run the Data Flow.
@pmo4325
@pmo4325 18 күн бұрын
This is EXACTLY what I've been trying to do for days. You sir, are a GENIUS!
@hogolytics
@hogolytics 16 күн бұрын
@@pmo4325 Thanks and happy it was helpful for you
@blasegarrecht7330
@blasegarrecht7330 21 күн бұрын
What if you don't want a button? How would you handle a monthly set day of month refresh since Power BI doesn't allow this? I want to just use refresh dataset from power automate, and then schedule it on 7th day of the month
@hhjkjjhhhjjjjj
@hhjkjjhhhjjjjj 23 күн бұрын
Thank You Sir!
@chetnachaudhary8481
@chetnachaudhary8481 25 күн бұрын
Thank you so much for this video. I was able to achieve what I was looking for.
@H4NAKOO
@H4NAKOO 27 күн бұрын
The flow is working and I am getting the output as expected, the only issue is I am getting multiple emails after triggering the flow.
@RDBclub40
@RDBclub40 Ай бұрын
Thanks
@PFBruno3
@PFBruno3 Ай бұрын
Brilliant, thanks!
@chongqiuhen
@chongqiuhen Ай бұрын
It's a video which is really underrated! May you be blessed!
@josephudoabasi5859
@josephudoabasi5859 Ай бұрын
For some reasons, it didn’t work for me, I was only able to see “Microsoft Power Automate” nothing else
@jozefswistak3226
@jozefswistak3226 Ай бұрын
Thank You for the video. Does it work when Power BI on my computer is closed? How can I make it work out of access to my computer but refresh it online?
@utubebellamkonda
@utubebellamkonda Ай бұрын
What if I have more than 3 datasets? Can we get items from share point list and loop through?
@akru96
@akru96 Ай бұрын
Nice video. Thank you for your explanation!
@fariheyd5406
@fariheyd5406 Ай бұрын
Very well explained Shahab!
@MrDPavlyuchenko
@MrDPavlyuchenko Ай бұрын
I have already gone through all the shamanic rites, dancing with a tambourine.... It didn't work until I changed the names of the parameters to RangeStart and RangeEnd. It's just awesome:) So much searching and such a stupid solution.....
@9988terminator
@9988terminator Ай бұрын
Great explanation. Thank you
@paulcommerford2609
@paulcommerford2609 Ай бұрын
Thank you, Persian John Lovitz
@micchiro14
@micchiro14 Ай бұрын
will this work for end users with viewing access on the workspace, and free license only?
@MrTC-rv3jo
@MrTC-rv3jo Ай бұрын
Great video! Any idea how do I make this with a schedule cloud flow and not a click button? Im not able to get the CSV in the format of a table (only as a one-line output inside the CSV file) .In my case, it is sending an email but I want to send the output table as a CSV file... thanks!
@mabob12
@mabob12 2 ай бұрын
one of the best and easiest ways of explaining it ...specially it is best for new users and those who have 0 knowledge of power BI, your explanation is the best in youtube as i have seen many videos but they don't tell you exactly as you explained....many thanks for your good job..keep it up and we look forward for other best videos
@muhammadajmi4887
@muhammadajmi4887 2 ай бұрын
how about xlsx format?
@JaedenScottMX
@JaedenScottMX 2 ай бұрын
Interested in knowing if you were able to do this in Power BI Service? Or were you able to do it at all?
@agelee89
@agelee89 2 ай бұрын
Do we need to combine this solution with: Value.NativeQuery(Source, "SELECT * TABLE WHERE filter_for_RangeStart_and_RangeEnd ", null, [EnableFolding = true]) to have query folding working?
@agelee89
@agelee89 2 ай бұрын
Does it work for Amazon Redshift?
@pthapa55
@pthapa55 2 ай бұрын
When I click on the button, why am I getting four emails at the same time even though I clicked once on the button? Can you please suggest. thanks
@HarpreetGujral27
@HarpreetGujral27 2 ай бұрын
Thanks for this amazing tutorial. I need one help, how we can send multiple csv files or tables in single emails
@andrezocco
@andrezocco 2 ай бұрын
best tutorial! thanks for saving my life haha!
@user-mv8cr6mv3c
@user-mv8cr6mv3c 2 ай бұрын
Sir, thanks for the video, does this also work for table visuals created with parameters in power bi, for example, the first 3 columns in table visual is chosen dynamically from parameter and rest 2 columns are totals
@user-mv8cr6mv3c
@user-mv8cr6mv3c 2 ай бұрын
Sir, thanks for the video, does this also work for tabke visuals created with parameters in power bi, for example, the first 3 columns in table visual is chosen dynamically from parameter and rest 2 columns are totals
@unnikrishnansanthosh
@unnikrishnansanthosh 2 ай бұрын
crystal clear explanation, thank you for sharing
@shubhamchaudhari1212
@shubhamchaudhari1212 2 ай бұрын
Thats Great. Another concept cleared.
@alikeyhani9080
@alikeyhani9080 2 ай бұрын
Thanks Shahab. That was greate!
@Al-vl3tp
@Al-vl3tp 2 ай бұрын
what if the Power Automate fails with a 5 min refresh and we have to cancel the dataset refresh in Power BI service. Does Power Automate has a flow or action to cancel out a data refresh? I would like to add this action if my data refresh fails and I can to cancel the data refresh on the Power BI side until the next scheduled API call from Power Automate.
@nathoe
@nathoe 3 ай бұрын
Wow nice video
@manoharkandikonda4298
@manoharkandikonda4298 3 ай бұрын
Hi, thanks for detailed video. i am encountering a problem here. i am getting emails for each record, received 26 emails as i have 26 rows in table. is there a way we can avoid this?
@hogolytics
@hogolytics 3 ай бұрын
Hi , thanks for your comment. It’s because you’re sending each line of data to the related emails in the recipient column. If you want to just send the data for one time to people’s emails, there is another video on the channel about sending data to users emails in a csv format. Maybe that one is what you need to watch and apply.
@umarqayyum1098
@umarqayyum1098 3 ай бұрын
Thank You Sir
@hogolytics
@hogolytics 3 ай бұрын
Cheers
@Opinionman2
@Opinionman2 3 ай бұрын
Thanks for making this simple without a lot of fluff!
@Theo-zy7dl
@Theo-zy7dl 3 ай бұрын
"Promosm" 🌹
@MegaJHONDY
@MegaJHONDY 3 ай бұрын
Great video, thank you
@hogolytics
@hogolytics 3 ай бұрын
Thanks. Happy you liked it.
@harshyadav-qu8eb
@harshyadav-qu8eb 3 ай бұрын
Hi , in my case date is not updating if I do refresh via web portal but in power BI desktop it does , any solution
@hogolytics
@hogolytics 3 ай бұрын
Have you checked if your refresh is not failing on service?
@pthapa55
@pthapa55 3 ай бұрын
I followed the steps in the advanced editor to do query folding however, mine didn't work. Any guesses why its not working. Data source is sql server.
@pthapa55
@pthapa55 3 ай бұрын
nicely explained, makes it clear to understand. thanks
@sgtkarhu6844
@sgtkarhu6844 3 ай бұрын
Hi! Great lesson. How would I got about creating a dynamic filter for the content based on a different table of contacts coming from SharePoint?
@emiliomira827
@emiliomira827 3 ай бұрын
Than you very much for your tutorial.One question please: How could you assign a subject to the email that depends on a data value in Power BI? I am referring, for example, to a value by which we have previously filtered in Power BI
@jmc-23
@jmc-23 3 ай бұрын
Why is date format types not appearing on dynamic content?