Tuesday, June 6, 2023

Tabular Editor Advanced - Convert Measures Filters (Medidas em Filtros)

 



Install Tabular Editor:
https://tabulareditor.com/

https://www.sqlbi.com/tools/tabular-editor/

https://github.com/TabularEditor/TabularEditor/releases/tag/2.24.1


1 - Go to Table, create New calculation Group
2 - Rename "Name"
3 - Create New Calculations Items (...)
4 - Config each New Calculation Item (Print)
5 - Save


No comments:

Post a Comment

Power Query - funcao limpa replace texto numero

//fnc_limpa_numeros (TextValue as nullable text) => let     SafeText = if TextValue = null then "" else TextValue,     DigitsOn...