- Видео 54
- Просмотров 11 453
Ricardo Gondo
Бразилия
Добавлен 19 сен 2011
From Zero to Hero with Claude and Gemini
Let's create a sample data and then a Streamlit page!
This is the link for the files: github.com/ricardokazuo/notebooks/raw/refs/heads/main/country_sales.zip
This is the link for the files: github.com/ricardokazuo/notebooks/raw/refs/heads/main/country_sales.zip
Просмотров: 19
Видео
The Databricks Extractor - 10M rows by 60 columns - ザー Databricks エクスポーター!
Просмотров 47 часов назад
In this video I show how to extract large amount of data from Databricks via Python notebook. Enjoy! The file is here: github.com/ricardokazuo/notebooks/raw/refs/heads/main/TheExtractor
Databricking - Creating a Streamlit app
Просмотров 209 часов назад
In this video I show how to create a Streamlit app in Databricks cloud. Enjoy!
Fantastic! Azure Databricks first attempt to create a notebook
Просмотров 3614 дней назад
With the help of my chatbots
Database Extractor App
Просмотров 2421 день назад
In this video I show my latest extractor app. It reads from our database and based on the chosen filters, it downloads the data from the tables. This is the link github.com/ricardokazuo/notebooks/blob/9557da66da13f4442016038f4e4f1ad50b7d0116/streamlit_extractor.py
SuperBob with Gemini & Claude & OpenAI
Просмотров 18Месяц назад
In this latest version, we are not using tools any longer. The database schema is sent to the LLM and they build the query.
Financial ChatBob with OpenAI, Claude and Gemini APIs
Просмотров 202 месяца назад
In this video I show how I generated a generic ChatBob using OpenAI, Claude and Gemini LLMs. The file is here bit.ly/chatbob_10
From a ChatBot to the SmartBob with OpenAI
Просмотров 343 месяца назад
In here I show a very nice implementation of chatbot using langchain agents.
Python Dash Plotly - Callback Function - Dynamic List
Просмотров 335 месяцев назад
In this video I show how to create a dynamic callback function with a list based on a txt file. The file is here github.ricardo.expert/dash-dynamic-callback
Copilot & I - Dashboard with Flask-SocketIO
Просмотров 726 месяцев назад
This is a follow up to the first Copilot Dashboard video. In this one we use the SocketIO with generic endopoint to serve all three endpoints with just one file. The zip file is here github.com/ricardokazuo/notebooks/blob/948e2d5d7880c8f71f68c61e34727e6647238162/Gauge-SocketIO.zip
Copilot & I - Sysinfo Dashboard an Introduction
Просмотров 306 месяцев назад
Having fun with Copilot The code is here: bi.ricardo.expert/git-gauge
Power BI Service Publish Issue
Просмотров 456 месяцев назад
I saved a report via "Save as" SSIS, and when I publish the report, it replaces the original report instead the new report with the new name (SSIS). I did the operation again with a new name (Test) but the issue did not repeated itself. Apparently it is only related to the SSIS report.
Refreshing only one table on the Semantic Model
Просмотров 1026 месяцев назад
Manually refreshing one table on the published power bi semantic model. At first I though the operation didn't go through, that's why I took another take, but it worked on the first attempt :) As always, the report is here: bi.ricardo.expert/stocks
Power BI How to Merge two Reports into one Semantic Model
Просмотров 2,4 тыс.6 месяцев назад
In this video I show how to merge two different reports into one semantic model. Step 1 - Copy all the tables, measures and custom columns to the target semantic model ( primary ) and then publish it. Step 2 - Delete all the copied tables from the secondary report. Step 3 - Connect the secondary report to the online recently published semantic model ( primary one with the new tables ).
Lowest and Highest by Year and Month
Просмотров 137 месяцев назад
Lowest and Highest by Year and Month
SQL Server Varchar Columns vs Float Columns
Просмотров 297 месяцев назад
SQL Server Varchar Columns vs Float Columns
Power BI Opening a file regardless of its name
Просмотров 348 месяцев назад
Power BI Opening a file regardless of its name
Live Data from Coinbase via Python SocketIO
Просмотров 368 месяцев назад
Live Data from Coinbase via Python SocketIO
Power Query - ETL - Translations via Google Translator API
Просмотров 1999 месяцев назад
Power Query - ETL - Translations via Google Translator API
Power Query - ETL - Tradução via Google Translate API
Просмотров 919 месяцев назад
Power Query - ETL - Tradução via Google Translate API
Thanks for sharing with us
Will this work if the 2 reports exist in different workspaces?
Most likely not, some testing is required.
Nice to share your knowledge. How can someone combine tables from different multiple Power BI Sematic models to create a new Semantic Model?
I believe you will have to combine the tables via power query, them publish it as a new semantic model.
@@ricgondo I am not sure you can import Semantic Model into Power Query Editor. Let me know if there's a way pls.
@@BanwoAdewale you are correct, but I was under the impression you had access to the original file.
@@ricgondo The Semantic Models were created by someone else but I have access. I want to use some tables from those models to build a new Semantic Model for my use case.
when we create dashboard, how we get the embeded url
Super cool video. Thanks for your video
Awesome, thanks for sharing.
Thanks for watching!
Thank you for this video, I've been searching for this solution for days and everyone was suggesting creating the report with the existing semantic model from the scratch!
@@melikagerami I’m very glad I was able to help!
So cool..
I think so as well!
i like your videos and would like to talk about some doubst i have on pbi on my work i can pay for you time
Everything else is working fine, but field parameters are not working in this method. Getting something is wrong with one or more fields(for all of my parameters).
Thank you so much, Ricardo, for publishing this video. This is a really useful thing to be able to do and I couldn't find how to do this from any other videos. (Also, multiple searches in AI tools told me either it couldn't be done or they responded with an outright hallucination.)
@@dougmorris546 I’m very glad this was helpful! And I’m also happy to know The AI didn’t find my videos yet :-)
When it comes to a hardware resource, how do multiprocess/multithread applications handle accessing the same device? For example, one task may need to always control a radio frequency, while another task just listens and analyzes the incoming data? The write side can be a very responsive GUI, while the read is always busy analyzing and pushing elements of the GUI to update?